Skip to content
Snippets Groups Projects
Commit 89582c80 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

update data

parent e59e1702
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<tbody> <tbody>
{% for data_item in page_data.items %} {% for data_item in page_data.items %}
<tr> <tr>
<td class="text-center table-dark" nowrap>{{ data_item.datum }}</td> <td class="text-center table-dark" nowrap>{{ data_item.date_reported }}</td>
<td class="text-right table-secondary">{{ data_item.dosen_differenz_zum_vortag }}</td> <td class="text-right table-secondary">{{ data_item.dosen_differenz_zum_vortag }}</td>
......
<div class="table-responsive">
<table class="table table-hover table-striped table-sm table-bordered">
<thead>
{% include 'rki_vaccination/fragments/fragment_rki_vaccination_data_table_head.html' %}
</thead>
<tbody>
{% for data_item in page_data.items %}
<tr>
<td class="text-center table-dark" nowrap>{{ data_item.datum }}</td>
<td class="text-right table-secondary">{{ data_item.dosen_differenz_zum_vortag }}</td>
<td class="text-right table-warning">{{ data_item.dosen_kumulativ }}</td>
<td class="text-right table-warning">{{ data_item.dosen_biontech_kumulativ }}</td>
<td class="text-right table-warning">{{ data_item.dosen_moderna_kumulativ }}</td>
<td class="text-right table-light">{{ data_item.personen_erst_kumulativ }}</td>
<td class="text-right table-light">{{ data_item.personen_voll_kumulativ }}</td>
<td class="text-right table-danger">{{ data_item.impf_quote_erst }}</td>
<td class="text-right table-danger">{{ data_item.impf_quote_voll }}</td>
<td class="text-right table-light">{{ data_item.indikation_alter_dosen }}</td>
<td class="text-right table-light">{{ data_item.indikation_alter_erst }}</td>
<td class="text-right table-light">{{ data_item.indikation_alter_voll }}</td>
<td class="text-right table-secondary">{{ data_item.indikation_pflegeheim_dosen }}</td>
<td class="text-right table-secondary">{{ data_item.indikation_pflegeheim_erst }}</td>
<td class="text-right table-secondary">{{ data_item.indikation_pflegeheim_voll }}</td>
<td class="text-right table-light">{{ data_item.indikation_beruf_dosen }}</td>
<td class="text-right table-light">{{ data_item.indikation_beruf_erst }}</td>
<td class="text-right table-light">{{ data_item.indikation_beruf_erst }}</td>
<td class="text-right table-secondary">{{ data_item.indikation_medizinisch_dosen }}</td>
<td class="text-right table-secondary">{{ data_item.indikation_medizinisch_erst }}</td>
<td class="text-right table-secondary">{{ data_item.indikation_medizinisch_voll }}</td>
</tr>
{% endfor %}
</tbody>
<tfoot>
{% include 'rki_vaccination/fragments/fragment_rki_vaccination_data_table_head.html' %}
</tfoot>
</table>
</div>
\ No newline at end of file
...@@ -15,6 +15,11 @@ ...@@ -15,6 +15,11 @@
{% include 'rki_vaccination/fragments/fragment_rki_vaccination_data_table.html' %} {% include 'rki_vaccination/fragments/fragment_rki_vaccination_data_table.html' %}
</div> </div>
</div> </div>
<div class="row">
<div class="col">
{% include 'rki_vaccination/fragments/fragment_rki_vaccination_data_pagination.html' %}
</div>
</div>
</div> </div>
{% endblock %} {% endblock %}
......
...@@ -12,7 +12,12 @@ ...@@ -12,7 +12,12 @@
</div> </div>
<div class="row"> <div class="row">
<div class="col"> <div class="col">
{% include 'rki_vaccination/fragments/fragment_rki_vaccination_data_table.html' %} {% include 'rki_vaccination/fragments/fragment_rki_vaccination_data_table_imported.html' %}
</div>
</div>
<div class="row">
<div class="col">
{% include 'rki_vaccination/fragments/fragment_rki_vaccination_imported_pagination.html' %}
</div> </div>
</div> </div>
</div> </div>
......
...@@ -15,6 +15,11 @@ ...@@ -15,6 +15,11 @@
{% include 'who/fragments/fragment_who_imported_table.html' %} {% include 'who/fragments/fragment_who_imported_table.html' %}
</div> </div>
</div> </div>
<div class="row">
<div class="col">
{% include 'who/fragments/fragment_who_imported_pagination.html' %}
</div>
</div>
</div> </div>
{% endblock %} {% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment