From a1880bdddaca6446686f93666d53c31b94ef9e70 Mon Sep 17 00:00:00 2001
From: Chris Hill-Scott
Date: Fri, 28 Jul 2017 14:43:44 +0100
Subject: [PATCH] Add letter pricing table
---
app/templates/views/pricing.html | 34 ++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
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