mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Update letter prices
This commit is contained in:
committed by
Katie Smith
parent
f34cd4a6b5
commit
a46fa22bd2
@@ -214,11 +214,11 @@
|
|||||||
caption_visible=False
|
caption_visible=False
|
||||||
) %}
|
) %}
|
||||||
{% for sheets, second, first, international in [
|
{% for sheets, second, first, international in [
|
||||||
('1 sheet', '35p', '61p', '84p'),
|
('1 sheet', '39p', '69p', '89p'),
|
||||||
('2 sheets', '40p', '66p', '92p'),
|
('2 sheets', '44p', '74p', '97p'),
|
||||||
('3 sheets', '45p', '71p', '£1'),
|
('3 sheets', '49p', '79p', '£1.05'),
|
||||||
('4 sheets', '50p', '76p', '£1.08'),
|
('4 sheets', '54p', '84p', '£1.13'),
|
||||||
('5 sheets', '55p', '81p', '£1.16'),
|
('5 sheets', '59p', '89p', '£1.21'),
|
||||||
] %}
|
] %}
|
||||||
{% call row() %}
|
{% call row() %}
|
||||||
{% call row_heading() %} {{ sheets }} {% endcall %}
|
{% call row_heading() %} {{ sheets }} {% endcall %}
|
||||||
@@ -229,15 +229,9 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
</div>
|
</div>
|
||||||
<div class="panel panel-border-wide">
|
|
||||||
<p class="govuk-body">From 1 February 2021:</p>
|
|
||||||
<ul class="list list-bullet">
|
|
||||||
<li>second class postage will increase by 4 pence, plus VAT</li>
|
|
||||||
<li>first class postage will increase by 8 pence, plus VAT</li>
|
|
||||||
<li>international postage will increase by 5 pence, plus VAT</li>
|
|
||||||
</ul>
|
|
||||||
<p class="govuk-body">This is because Royal Mail has increased its rates.</p>
|
|
||||||
|
|
||||||
|
<div class="panel panel-border-wide">
|
||||||
|
<p class="govuk-body">These prices were updated on 1 February 2021.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user