From 2eb5e2ad5034958eae3cc1b89842dca29b56dc3a Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Fri, 9 Aug 2019 11:53:12 +0100 Subject: [PATCH 1/4] Update content Update introduction, text messages and letters --- app/templates/views/pricing/index.html | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/app/templates/views/pricing/index.html b/app/templates/views/pricing/index.html index 8c5f5da95..065dce783 100644 --- a/app/templates/views/pricing/index.html +++ b/app/templates/views/pricing/index.html @@ -18,9 +18,13 @@
  • no procurement cost
  • - {% if not current_user.is_authenticated %} -

    Create an account then set up as many different services as you need to. Each service has its own free text message allowance.

    - {% endif %} +

    + {% if not current_user.is_authenticated %} + Create an account then set up as many different services as you need to.

    + {% else %} + You can set up as many different services as you need to. + {% endif %} +

    When you set up a new service it will start in trial mode.

    @@ -28,12 +32,14 @@

    It’s free to send emails through Notify.

    Text messages

    -

    Each service you set up in Notify has a free annual allowance. The allowance is:

    +

    Every service you set up has an annual allowance of free text messages.

    +

    If your organisation has more than one service on Notify, they each have a separate allowance.

    +

    The allowance is:

    -

    It costs 1.58 pence (plus VAT) for each text message you send after your free allowance.

    +

    It costs 1.58 pence (plus VAT) for each text message you send after you've used your free allowance.

    See how to pay.

    Long text messages

    @@ -112,6 +118,9 @@

    Letters

    The cost of sending a letter depends on the postage you choose and how many sheets of paper you need.

    +
    +

    Current prices will increase by 5 pence on Tuesday 1 October.

    +
    {% call mapping_table( caption='Letter pricing', From 23273e1b25b5f57f8586b0cc2a9fc4296e01f8a7 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Fri, 9 Aug 2019 13:13:21 +0100 Subject: [PATCH 2/4] Update and move price increase information --- app/templates/views/pricing/index.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/app/templates/views/pricing/index.html b/app/templates/views/pricing/index.html index 065dce783..603fdb030 100644 --- a/app/templates/views/pricing/index.html +++ b/app/templates/views/pricing/index.html @@ -118,10 +118,8 @@

    Letters

    The cost of sending a letter depends on the postage you choose and how many sheets of paper you need.

    -
    -

    Current prices will increase by 5 pence on Tuesday 1 October.

    -
    -
    + +
    {% call mapping_table( caption='Letter pricing', field_headings=['Paper', 'Second class', 'First class'], @@ -143,12 +141,15 @@ {% endfor %} {% endcall %}
    +
    +

    These prices will increase by 5 pence plus VAT on 1 October 2019.

    +

    Prices include:

    -
      -
    • paper
    • +
        +
      • paper
      • double-sided colour printing
      • C5 size envelopes with an address window
      • first or second class postage
      • -
      +
    {% endblock %} From abf63d3ba54bb56b9dd054663d6f5c408f795f18 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Fri, 9 Aug 2019 13:13:38 +0100 Subject: [PATCH 3/4] Update and move price increase information From 4eeb71c432f8e460bbed610b78368068be55235d Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Fri, 9 Aug 2019 13:15:14 +0100 Subject: [PATCH 4/4] Add brackets for VAT --- app/templates/views/pricing/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/templates/views/pricing/index.html b/app/templates/views/pricing/index.html index 603fdb030..26acd3ea5 100644 --- a/app/templates/views/pricing/index.html +++ b/app/templates/views/pricing/index.html @@ -142,14 +142,14 @@ {% endcall %}
    -

    These prices will increase by 5 pence plus VAT on 1 October 2019.

    +

    These prices will increase by 5 pence (plus VAT) on 1 October 2019.

    Prices include:

    -
      -
    • paper
    • +
        +
      • paper
      • double-sided colour printing
      • C5 size envelopes with an address window
      • first or second class postage
      • -
      +
    {% endblock %}