-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from UKHSA-Internal/sandbox
Sandbox -> development
- Loading branch information
Showing
5 changed files
with
9 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,7 @@ | ||
{% set first = ("cumPeopleVaccinatedFirstDoseByPublishDate" | get_data(data)) %} | ||
{% set second = ("cumPeopleVaccinatedSecondDoseByPublishDate" | get_data(data)) %} | ||
{% set third = ("cumPeopleVaccinatedThirdInjectionByPublishDate" | get_data(data)) %} | ||
{% set booster = ("cumPeopleVaccinatedAutumn22ByVaccinationDate50+" | get_data(data)) %} | ||
{% set booster = ("cumPeopleVaccinatedSpring23ByVaccinationDate75plus" | get_data(data)) %} | ||
|
||
<h3 id="vaccinations">Vaccinations{% if first.areaName != "United Kingdom" %} in {{ first.areaName }}{% endif %}</h3> | ||
<h3 id="vaccinations">Vaccinations{% if booster.areaName != "United Kingdom" %} in {{ booster.areaName }}{% endif %}</h3> | ||
|
||
<p> | ||
Vaccines are given in several doses. | ||
</p> | ||
|
||
<p> | ||
<b>{{ first.value }}</b> people had been given a first dose by the end of {{ first.date }}. | ||
</p> | ||
|
||
<p> | ||
<b>{{ second.value }}</b> people had been given a second dose by the end of {{ second.date }}. | ||
</p> | ||
|
||
<p> | ||
<b>{{ third.value }}</b> people had been given a booster or third dose by the end of {{ third.date }}. | ||
</p> | ||
|
||
<p> | ||
<b>{{ booster.value }}</b> people had been given an autumn booster by the end of {{ booster.date }}. | ||
<b>{{ booster.value }}</b> people had been given a spring booster by the end of {{ booster.date }}. | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,5 @@ | ||
{% set first = ("cumPeopleVaccinatedFirstDoseByPublishDate" | get_data(data)) %} | ||
{% set second = ("cumPeopleVaccinatedSecondDoseByPublishDate" | get_data(data)) %} | ||
{% set third = ("cumPeopleVaccinatedThirdInjectionByPublishDate" | get_data(data)) %} | ||
{% set booster = ("cumPeopleVaccinatedAutumn22ByVaccinationDate50+" | get_data(data)) %} | ||
{% set booster = ("cumPeopleVaccinatedSpring23ByVaccinationDate75plus" | get_data(data)) %} | ||
|
||
\section{Vaccinations{% if first.areaName != "United Kingdom" %} in {{ first.areaName | trim_area_name }}{% endif %} } | ||
\section{Vaccinations{% if booster.areaName != "United Kingdom" %} in {{ booster.areaName | trim_area_name }}{% endif %} } | ||
Vaccines are given in several doses. | ||
{\bf {{ first.value }}} people had been given a first dose by the end of {{ first.date }}. | ||
{\bf {{ second.value }}} people had been given a second dose by the end of {{ second.date }}. | ||
{\bf {{ third.value }}} people had been given a booster or third dose by the end of {{ third.date }}. | ||
{\bf {{ booster.value }}} people had been given an autumn booster by the end of {{ booster.date }}. | ||
{\bf {{ booster.value }}} people had been given a spring booster by the end of {{ booster.date }}. |