mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-04 18:18:26 -04:00
Updated views to represent new content and url structure
This commit is contained in:
@@ -11,56 +11,48 @@
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
|
||||
<h1 class="heading-large">Pricing</h1>
|
||||
<p> To use GOV.UK Notify, there’s:</p>
|
||||
<ul class="list list-bullet">
|
||||
<li>no procurement cost</li>
|
||||
<li>no monthly charge</li>
|
||||
<li>no setup fee to use</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="heading-medium">Emails</h2>
|
||||
|
||||
<p>
|
||||
Sending email through GOV.UK Notify is completely free.
|
||||
</p>
|
||||
<p>It’s free to send emails through GOV.UK Notify.</p>
|
||||
|
||||
<h2 class="heading-medium">Text messages</h2>
|
||||
|
||||
<p>
|
||||
Text message rate: {{ '{:.2f}'.format(sms_rate * 100) }} pence + VAT
|
||||
</p>
|
||||
|
||||
<h3 class="heading-small">
|
||||
Free allowance
|
||||
</h3>
|
||||
|
||||
<p>
|
||||
All services have a free allowance of text messages, per financial year:
|
||||
</p>
|
||||
|
||||
<p>You have a free allowance of text messages each financial year. You’ll get:</p>
|
||||
<ul class="list list-bullet">
|
||||
<li>250,000 text messages for central government services</li>
|
||||
<li>25,000 text messages for local government services</li>
|
||||
<li>250,000 free text messages for a central government service</li>
|
||||
<li>25,000 free text messages for a local government service</li>
|
||||
</ul>
|
||||
|
||||
<h3 class="heading-small">
|
||||
Long messages
|
||||
</h3>
|
||||
|
||||
<p>
|
||||
Long messages count as 2 or 3 text messages depending on length:
|
||||
</p>
|
||||
|
||||
<ul class="list list-bullet">
|
||||
<li>Up to 160 characters = 1 text message</li>
|
||||
<li>Up to 306 characters = 2 text messages</li>
|
||||
<li>Up to 459 characters = 3 text messages</li>
|
||||
</ul>
|
||||
|
||||
<h3 class="heading-small">
|
||||
International numbers
|
||||
</h3>
|
||||
|
||||
<p>
|
||||
Messages to international mobile numbers are charged at 1, 2, or 3
|
||||
times the cost of messages to UK mobile numbers.
|
||||
</p>
|
||||
|
||||
<p>It costs 1.58 pence (plus VAT) for each text message you send after your free allowance.</p>
|
||||
<h3 class="heading-small">Long text messages</h3>
|
||||
<p>If a text message is beyond a certain length, it’ll be charged as more than one message:</p>
|
||||
<div class="bottom-gutter-3-2">
|
||||
{% call mapping_table(
|
||||
caption='Letter pricing',
|
||||
field_headings=['Message length', 'Charge'],
|
||||
field_headings_visible=True,
|
||||
caption_visible=False
|
||||
) %}
|
||||
{% for message_length, charge in [
|
||||
('Up to 160 characters', '1 text message'),
|
||||
('Up to 306 characters', '2 text messages'),
|
||||
('Up to 459 characters', '3 text messages')
|
||||
] %}
|
||||
{% call row() %}
|
||||
{{ text_field(message_length) }}
|
||||
{{ text_field(charge) }}
|
||||
{% endcall %}
|
||||
{% endfor %}
|
||||
{% endcall %}
|
||||
</div>
|
||||
<h3 class="heading-small">Sending text messages to international numbers</h3>
|
||||
<p>It might cost more to send text messages to international numbers than UK ones, depending on the country.</p>
|
||||
<details>
|
||||
<summary>International text message rates</summary>
|
||||
|
||||
@@ -95,18 +87,8 @@
|
||||
|
||||
</details>
|
||||
|
||||
<h2 class="heading-medium">
|
||||
Letters
|
||||
</h2>
|
||||
<p>
|
||||
Letters are printed double sided in colour. Prices include
|
||||
printing, paper, envelope, and postage. All letters are sent
|
||||
second class post.
|
||||
</p>
|
||||
<p>
|
||||
The price of letters increases with the number of sheets printed:
|
||||
</p>
|
||||
|
||||
<h2 class="heading-medium">Letters</h2>
|
||||
<p>The cost of sending a letter depends on how many sheets of paper you need.</p>
|
||||
<div class="bottom-gutter-3-2">
|
||||
{% call mapping_table(
|
||||
caption='Letter pricing',
|
||||
@@ -127,22 +109,13 @@
|
||||
{% endfor %}
|
||||
{% endcall %}
|
||||
</div>
|
||||
|
||||
<h2 class="heading-medium">No monthly charge or setup fee</h2>
|
||||
<p>
|
||||
There are no other charges for using Notify. There’s no monthly charge
|
||||
or setup fee.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The Government Digital Service is funding the development and running
|
||||
of Notify. We’re also covering the cost of the free emails and text messages.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
We simply charge you the costs we pay to our delivery partners. We
|
||||
don’t mark these costs up in any way.
|
||||
</p>
|
||||
<p>Letter prices include:</p>
|
||||
<ul class="list list-bullet">
|
||||
<li>paper</li>
|
||||
<li>double-sided colour printing</li>
|
||||
<li>envelopes</li>
|
||||
<li>2nd Class postage</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user