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

work

parent 854088cd
No related branches found
No related tags found
No related merge requests found
<table class="table table-hover table-striped table-dark"> <table class="table table-hover table-striped table-dark">
<thead> <thead class="table-secondary">
<tr> <tr>
<th scope="col">date rep</th> <th scope="col">date rep</th>
<th scope="col">year_week</th> <th scope="col">year_week</th>
<th scope="col"> <th scope="col">
{% if europe_date_reported %} {% if europe_date_reported %}
<a href="{{ url_for( 'url_europe_date_reported_one_deaths_weekly', <a href="{{ url_for( 'url_europe_date_reported_one_deaths_weekly',
europe_date_reported_id=europe_date_reported.id, europe_date_reported_id=europe_date_reported.id,
page=page_data.page) }}"> page=page_data.page) }}">
deaths weekly deaths weekly
</a> </a>
{% endif %} {% endif %}
{% if europe_country %} {% if europe_country %}
deaths weekly deaths weekly
{% endif %} {% endif %}
</th> </th>
<th scope="col"> <th scope="col">
{% if europe_date_reported %} {% if europe_date_reported %}
<a href="{{ url_for( 'url_europe_date_reported_one_cases_weekly', <a href="{{ url_for( 'url_europe_date_reported_one_cases_weekly',
europe_date_reported_id=europe_date_reported.id, europe_date_reported_id=europe_date_reported.id,
page=page_data.page) }}"> page=page_data.page) }}">
cases weekly
</a>
{% endif %}
{% if europe_country %}
cases weekly cases weekly
{% endif %} </a>
</th> {% endif %}
<th scope="col"> {% if europe_country %}
{% if europe_date_reported %} cases weekly
<a href="{{ url_for( 'url_europe_date_reported_one_notification_rate', {% endif %}
europe_date_reported_id=europe_date_reported.id, </th>
page=page_data.page) }}"> <th scope="col">
notification rate per 100000 population 14days {% if europe_date_reported %}
</a> <a href="{{ url_for( 'url_europe_date_reported_one_notification_rate',
{% endif %} europe_date_reported_id=europe_date_reported.id,
{% if europe_country %} page=page_data.page) }}">
notification rate per 100000 population 14days notification rate per 100000 population 14days
{% endif %} </a>
</th> {% endif %}
<th scope="col">countries and territories</th> {% if europe_country %}
<th scope="col">population data 2019</th> notification rate per 100000 population 14days
<th scope="col">geo id</th> {% endif %}
<th scope="col">country territory code</th> </th>
<th scope="col">continent</th> <th scope="col">countries and territories</th>
</tr> <th scope="col">population data 2019</th>
<th scope="col">geo id</th>
<th scope="col">country territory code</th>
<th scope="col">continent</th>
</tr>
</thead> </thead>
<tbody> <tbody>
{% for europe_data in page_data.items %} {% for europe_data in page_data.items %}
......
<table class="table table-hover table-striped table-dark"> <table class="table table-hover table-striped table-dark">
<thead> <thead class="table-secondary">
<tr> <tr>
<th scope="col">date reported</th> <th scope="col">date reported</th>
<th scope="col">year_week</th> <th scope="col">year_week</th>
<th scope="col">cases weekly</th> <th scope="col">cases weekly</th>
<th scope="col">deaths weekly</th> <th scope="col">deaths weekly</th>
<th scope="col">population data 2019</th> <th scope="col">population data 2019</th>
<th scope="col">countries and territories</th> <th scope="col">countries and territories</th>
<th scope="col">geo id</th> <th scope="col">geo id</th>
<th scope="col">country territory code</th> <th scope="col">country territory code</th>
<th scope="col">continent</th> <th scope="col">continent</th>
<th scope="col">notification rate per 100000 population 14days</th> <th scope="col">notification rate per 100000 population 14days</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
{% for o in page_data.items %} {% for o in page_data.items %}
......
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