fix: Combined first two paragraphs
This commit is contained in:
parent
297e81029f
commit
1d08cfd3fb
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@
|
||||||
<p class="data-text">
|
<p class="data-text">
|
||||||
Bislang wurden <em>{{ '{:n}'.format(data_first_vaccination.total).replace('.', ' ') }}</em> Erstimpfungen innerhalb von <em>{{ '{:n}'.format(data_first_vaccination.days_since_start).replace('.', ' ') }}</em> Tagen<sup><a href="#footnote-001">1</a></sup> vorgenommen.
|
Bislang wurden <em>{{ '{:n}'.format(data_first_vaccination.total).replace('.', ' ') }}</em> Erstimpfungen innerhalb von <em>{{ '{:n}'.format(data_first_vaccination.days_since_start).replace('.', ' ') }}</em> Tagen<sup><a href="#footnote-001">1</a></sup> vorgenommen.
|
||||||
Das entspricht einem Anteil von <em>{{ '{:.3n}'.format(data_first_vaccination.total_percentage) }} %</em> der Bevölkerung<sup><a href="#footnote-002">2</a></sup>.
|
Das entspricht einem Anteil von <em>{{ '{:.3n}'.format(data_first_vaccination.total_percentage) }} %</em> der Bevölkerung<sup><a href="#footnote-002">2</a></sup>.
|
||||||
</p>
|
|
||||||
<p class="data-text">
|
|
||||||
Seit <em>{{ '{:n}'.format(data_second_vaccination.days_since_start).replace('.', ' ') }}</em> Tagen laufen die Zweitimpfungen.
|
Seit <em>{{ '{:n}'.format(data_second_vaccination.days_since_start).replace('.', ' ') }}</em> Tagen laufen die Zweitimpfungen.
|
||||||
Bislang wurden <em>{{ '{:n}'.format(data_second_vaccination.total).replace('.', ' ') }}</em> Zweitimpfungen verabreicht, das entspricht einem Anteil von <em>{{ '{:.3n}'.format(data_second_vaccination.total_percentage) }} %</em> der Bevölkerung.
|
Bislang wurden <em>{{ '{:n}'.format(data_second_vaccination.total).replace('.', ' ') }}</em> Zweitimpfungen verabreicht, das entspricht einem Anteil von <em>{{ '{:.3n}'.format(data_second_vaccination.total_percentage) }} %</em> der Bevölkerung.
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue