mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 01:04:00 -04:00
Update postage pricing table
This commit is contained in:
committed by
Leo Hemsted
parent
30cf97b6c0
commit
7e98128e12
@@ -233,11 +233,11 @@
|
|||||||
caption_visible=False
|
caption_visible=False
|
||||||
) %}
|
) %}
|
||||||
{% for sheets, second, first, international in [
|
{% for sheets, second, first, international in [
|
||||||
('1 sheet', '39p', '69p', '89p'),
|
('1 sheet', '41p', '63p', '96p'),
|
||||||
('2 sheets', '44p', '74p', '97p'),
|
('2 sheets', '46p', '68p', '£1.04'),
|
||||||
('3 sheets', '49p', '79p', '£1.05'),
|
('3 sheets', '51p', '73p', '£1.12'),
|
||||||
('4 sheets', '54p', '84p', '£1.13'),
|
('4 sheets', '56p', '78p', '£1.20'),
|
||||||
('5 sheets', '59p', '89p', '£1.21'),
|
('5 sheets', '61p', '83p', '£1.28'),
|
||||||
] %}
|
] %}
|
||||||
{% call row() %}
|
{% call row() %}
|
||||||
{% call row_heading() %} {{ sheets }} {% endcall %}
|
{% call row_heading() %} {{ sheets }} {% endcall %}
|
||||||
@@ -250,12 +250,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="panel panel-border-wide">
|
<div class="panel panel-border-wide">
|
||||||
<p class="govuk-body">On 1 March 2022:</p>
|
<p class="govuk-body">These prices were updated on 1 March 2022.</p>
|
||||||
<ul class="list list-bullet">
|
|
||||||
<li>second class postage will go up by 2 pence, plus VAT</li>
|
|
||||||
<li>international postage will go up by 7 pence, plus VAT</li>
|
|
||||||
<li>first class postage will go down by 6 pence, plus VAT</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user