diff --git a/app/templates/views/pricing.html b/app/templates/views/pricing.html index 3a5271d32..776934527 100644 --- a/app/templates/views/pricing.html +++ b/app/templates/views/pricing.html @@ -1,3 +1,5 @@ +{% from "components/table.html" import mapping_table, row, text_field, row_heading %} + {% extends "withoutnav_template.html" %} {% block per_page_title %} @@ -58,6 +60,38 @@ times the cost of messages to UK mobile numbers.

+

+ Letters +

+

+ Letters are printed double sided in colour. Prices include + printing, paper, envelope, and postage. All letters are sent + second class post. +

+

+ The price of letters increases with the number of sheets printed: +

+ +
+ {% call mapping_table( + caption='Letter pricing', + field_headings=['', 'Central government', 'Local government'], + field_headings_visible=True, + caption_visible=False + ) %} + {% for sheets, central, local in [ + ('1 sheet', '30', '33'), + ('2 sheets', '33', '39'), + ('3 sheets', '36', '45') + ] %} + {% call row() %} + {% call row_heading() %} {{ sheets }} (double sided) {% endcall %} + {{ text_field(central + 'p + VAT') }} + {{ text_field(local + 'p + VAT') }} + {% endcall %} + {% endfor %} + {% endcall %} +

No monthly charge or setup fee