mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Update pricing for 1 October onwards - adding first class rates
This commit is contained in:
@@ -89,25 +89,25 @@
|
|||||||
</details>
|
</details>
|
||||||
|
|
||||||
<h2 class="heading-medium" id="letters">Letters</h2>
|
<h2 class="heading-medium" id="letters">Letters</h2>
|
||||||
<p>The cost of sending a letter depends on how many sheets of paper you need.</p>
|
<p>The cost of sending a letter depends on how many sheets of paper you need and the class of postage.</p>
|
||||||
<div class="bottom-gutter-3-2">
|
<div class="bottom-gutter-3-2">
|
||||||
{% call mapping_table(
|
{% call mapping_table(
|
||||||
caption='Letter pricing',
|
caption='Letter pricing',
|
||||||
field_headings=['', 'Current price', 'Price from 1 October 2018'],
|
field_headings=['', 'Second class', 'First class'],
|
||||||
field_headings_visible=True,
|
field_headings_visible=True,
|
||||||
caption_visible=False
|
caption_visible=False
|
||||||
) %}
|
) %}
|
||||||
{% for sheets, current, future in [
|
{% for sheets, second, first in [
|
||||||
('1 sheet', '30', '30'),
|
('1 sheet', '30', '56'),
|
||||||
('2 sheets', '33', '35'),
|
('2 sheets', '35', '61'),
|
||||||
('3 sheets', '36', '40'),
|
('3 sheets', '40', '66'),
|
||||||
('4 sheets', '39', '45'),
|
('4 sheets', '45', '71'),
|
||||||
('5 sheets', '42', '50'),
|
('5 sheets', '50', '76'),
|
||||||
] %}
|
] %}
|
||||||
{% call row() %}
|
{% call row() %}
|
||||||
{% call row_heading() %} {{ sheets }} (double-sided) {% endcall %}
|
{% call row_heading() %} {{ sheets }} (double-sided) {% endcall %}
|
||||||
{{ text_field(current + 'p + VAT') }}
|
{{ text_field(second + 'p + VAT') }}
|
||||||
{{ text_field(future + 'p + VAT') }}
|
{{ text_field(first + 'p + VAT') }}
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
@@ -117,7 +117,7 @@
|
|||||||
<li>paper</li>
|
<li>paper</li>
|
||||||
<li>double-sided colour printing</li>
|
<li>double-sided colour printing</li>
|
||||||
<li>envelopes</li>
|
<li>envelopes</li>
|
||||||
<li>2nd Class postage</li>
|
<li>postage</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2 class="heading-medium" id="paying">How to pay</h2>
|
<h2 class="heading-medium" id="paying">How to pay</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user