diff --git a/dashboard_template.xhtml b/dashboard_template.xhtml index 836d293..946337c 100644 --- a/dashboard_template.xhtml +++ b/dashboard_template.xhtml @@ -22,6 +22,8 @@

Gestern wurden {{ '{:n}'.format(data_first_vaccination.vaccinations_last_day).replace('.', ' ') }} Erstimpfungen vorgenommen ({{ '{:.3n}'.format(data_first_vaccination.vaccinations_last_day_percentage) }} % der Bevölkerung, {{ '{:.3n}'.format(data_first_vaccination.vaccinations_last_day_vaccination_percentage) }} % der verabreichten Erstimpfdosen). Innerhalb der letzten Kalenderwoche sind {{ '{:.9n}'.format(data_first_vaccination.vaccinations_last_week).replace('.', ' ') }} Erstimpfungen erfolgt ({{ '{:.3n}'.format(data_first_vaccination.vaccinations_last_week_percentage) }} %, {{ '{:.3n}'.format(data_first_vaccination.vaccinations_last_week_vaccination_percentage) }} %). + Es wurden außerdem {{ '{:n}'.format(data_second_vaccination.vaccinations_last_day).replace('.', ' ') }} Zweitimpfungen vorgenommen ({{ '{:.3n}'.format(data_second_vaccination.vaccinations_last_day_percentage) }} % der Bevölkerung, {{ '{:.3n}'.format(data_second_vaccination.vaccinations_last_day_vaccination_percentage) }} % der verabreichten Erstimpfdosen). + Innerhalb der letzten Kalenderwoche sind {{ '{:.9n}'.format(data_second_vaccination.vaccinations_last_week).replace('.', ' ') }} Zweitimpfungen erfolgt ({{ '{:.3n}'.format(data_second_vaccination.vaccinations_last_week_percentage) }} %, {{ '{:.3n}'.format(data_second_vaccination.vaccinations_last_week_vaccination_percentage) }} %).

In den letzten sieben Tagen wurden durchschnittlich {{ '{:n}'.format(data_first_vaccination['extrapolation_mean_seven_days']['rate_int']).replace('.', ' ') }} Erstimpfungen und {{ '{:n}'.format(data_second_vaccination['extrapolation_mean_seven_days']['rate_int']).replace('.', ' ') }} Zweitimpfungen pro Tag vorgenommen ({{ '{:n}'.format(data_first_vaccination['extrapolation_mean_seven_days']['rate_int'] * 7).replace('.', ' ') }}/{{ '{:n}'.format(data_second_vaccination['extrapolation_mean_seven_days']['rate_int'] * 7).replace('.', ' ') }} pro Woche).