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

Refactoring: vaccination

parent fbc369a5
No related branches found
No related tags found
1 merge request!162Refactoring 2021 05 20 start
<div class="table-responsive">
<table class="table table-hover table-striped table-dark">
<thead class="table-secondary">
<tr>
<th scope="col">
<a href="{{ url_for( 'who.url_who_date_reported_all') }}">
date reported
</a>
</th>
<th scope="col">
deaths new
</th>
<th scope="col">
cases new
</th>
<th scope="col">
deaths cumulative
</th>
<th scope="col">
cases cumulative
</th>
<th scope="col">
<a href="{{ url_for( 'who.url_who_country_all') }}">
country code
</a>
</th>
<th scope="col">
<a href="{{ url_for( 'who.url_who_country_all') }}">
country
</a>
</th>
<th scope="col">
<a href="{{ url_for( 'who.url_who_region_all') }}">
region
</a>
</th>
</tr>
{% include 'who/data/who_table_global_data_head.html' %}
</thead>
<tbody>
{% for who_global_data in page_data.items %}
......@@ -67,7 +34,7 @@
{% endfor %}
</tbody>
<tfoot>
{% include 'who/data/who_table_global_data_head.html' %}
</tfoot>
</table>
</div>
\ No newline at end of file
<div class="table-responsive">
<table class="table table-hover table-striped table-dark">
<thead>
{% include 'who/flat/who_flat_table_head.html' %}
......@@ -35,4 +36,5 @@
<tfoot>
{% include 'who/flat/who_flat_table_head.html' %}
</tfoot>
</table>
\ No newline at end of file
</table>
</div>
\ No newline at end of file
<div class="table-responsive">
<table class="table table-hover table-striped table-dark">
<thead>
{% include 'who/flat/who_flat_table_head.html' %}
......@@ -19,4 +20,5 @@
<tfoot>
{% include 'who/flat/who_flat_table_head.html' %}
</tfoot>
</table>
\ No newline at end of file
</table>
</div>
\ No newline at end of file
<div class="table-responsive">
<table class="table table-hover table-striped table-dark">
<thead>
<tr>
......@@ -22,3 +22,4 @@
</tr>
</tfoot>
</table>
</div>
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