Merge pull request #402 from GSA/tdlowden-fixes-branch

Pricing page content updates
This commit is contained in:
Steven Reilly
2023-03-01 11:21:43 -05:00
committed by GitHub

View File

@@ -15,7 +15,7 @@
{{ content_metadata(
data={
"Last updated": "1 May 2022"
"Last updated": "27 Feb 2023"
}
) }}
@@ -28,29 +28,29 @@
<p class="govuk-body">
{% if not current_user.is_authenticated %}
<a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.register') }}">Create an account</a> then add as many unique services as you need to.</p>
<a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.register') }}">Create an account,</a> then add your unique service(s).</p>
{% else %}
You can add as many unique services as you need to.
Additional unique services may be added, although moving each service out of trial mode is subject to approval by the U.S. Notify team.
{% endif %}
</p>
<p class="govuk-body">When you add a new service it will start in <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.trial_mode_new') }}">trial mode</a>.</p>
<h2 class="heading-medium" id="emails">Emails</h2>
<p class="govuk-body">Its free to send emails through Notify.</p>
<!-- <h2 class="heading-medium" id="emails">Emails</h2>
<p class="govuk-body">Its free to send emails through Notify.</p> -->
<h2 class="heading-medium" id="text-messages">Text messages</h2>
<p class="govuk-body">Each unique service you add has an annual allowance of free text messages.</p>
<p class="govuk-body">When a service has used its annual allowance, it costs {{ sms_rate }} pence (plus VAT) for each text message you send.</p>
<p class="govuk-body">Youll use more free messages, or pay more for each message, if you send <a class="govuk-link govuk-link--no-visited-state" href="#long-text-messages">text messages longer than 160 characters</a>.</p>
<p class="govuk-body">You may also use more free messages, or pay more for each message, if you:</p>
<p class="govuk-body">During pilot phase, each service has an annual allowance of 250,000 free text messages. Once this allowance is met, the application will stop delivering messages.</p>
<!-- <p class="govuk-body">When a service has used its annual allowance, it costs {{ sms_rate }} pence (plus VAT) for each text message you send.</p> -->
<p class="govuk-body">Youll use more messages towards the allowance, if you send <a class="govuk-link govuk-link--no-visited-state" href="#long-text-messages">text messages longer than 160 characters</a>.</p>
<p class="govuk-body">You may also use more messages if you:</p>
<ul class="list list-bullet">
<li>use certain <a class="govuk-link govuk-link--no-visited-state" href="#symbols">signs and symbols</a></li>
<li>use <a class="govuk-link govuk-link--no-visited-state" href="#accents">accents and accented letters</a></li>
<li>send text messages to <a class="govuk-link govuk-link--no-visited-state" href="#international-numbers">international numbers</a></li>
</ul>
<p class="govuk-body">See <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.how_to_pay') }}">how to pay</a>.
<!-- <p class="govuk-body">See <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.how_to_pay') }}">how to pay</a>.
<h3 class="heading-small" id="free-text-message-allowance">Free text message allowance</h3>
@@ -60,7 +60,7 @@
<li>20,000 free text messages for regional services</li>
<li>10,000 free text messages for state-funded schools and GP practices</li>
</ul>
<p class="govuk-body">Each unique service you add has a separate allowance.</p>
<p class="govuk-body">Each unique service you add has a separate allowance.</p> -->
<h3 class="heading-small" id="long-text-messages">Long text messages</h3>
<p class="govuk-body">If a text message is longer than 160 characters (including spaces), it counts as more than one message.</p>
@@ -92,13 +92,13 @@
<p class="govuk-body">
The following signs and symbols count as 2 characters each:<br />
<span class="extended-gsm-characters">[]{}^\|~</span>
<span class="extended-gsm-characters">[]{}^\|~$</span>
</p>
<p class="govuk-body">Using them can increase the cost of sending text messages.</p>
<h3 class="heading-small" id="accents">Accents and accented characters</h3>
<p class="govuk-body">Some languages, such as Welsh, use accented characters.</p>
<p class="govuk-body">Some languages use accented characters.</p>
<p class="govuk-body">The following accented characters do not affect the cost of sending text messages: Ä, É, Ö, Ü, à, ä, é, è, ì, ò, ö, ù, ü.</p>
<p class="govuk-body">Using other accented characters can increase the cost of sending text messages.<p class="govuk-body">
{% set accentedChars %}
@@ -191,7 +191,7 @@
<h3 class="heading-small" id="international-numbers">Sending text messages to international numbers</h3>
<p class="govuk-body">It might cost more to send text messages to international numbers than US ones, depending on the country.</p>
{% set smsIntRates %}
<!-- {% set smsIntRates %}
{{ live_search(target_selector='#international-pricing .table-row', show=True, form=search_form, label='Search by country name or code') }}
<div id="international-pricing" class="bottom-gutter-3-2">
@@ -226,6 +226,6 @@
"summaryText": "International text message rates",
"id": "sms-pricing-details",
"html": smsIntRates
}) }}
}) }} -->
{% endblock %}