diff --git a/app/templates/views/pricing/index.html b/app/templates/views/pricing/index.html index 7c85a2a4f..4502ac9f0 100644 --- a/app/templates/views/pricing/index.html +++ b/app/templates/views/pricing/index.html @@ -1,5 +1,6 @@ {% from "components/table.html" import mapping_table, row, text_field, field, row_heading %} {% from "components/live-search.html" import live_search %} +{% from "components/details/macro.njk" import govukDetails %} {% extends "content_template.html" %} @@ -67,8 +68,7 @@

Some languages, such as Welsh, use accented characters.

Text messages containing the following accented characters are charged at the normal rate: Ä, É, Ö, Ü, à, ä, é, è, ì, ò, ö, ù, ü.

Using other accented characters can increase the cost of sending text messages.

-

- Accented characters that affect text message charges + {% set accentedChars %}
{% call mapping_table( caption='Accented characters that affect text message charges', @@ -128,7 +128,11 @@ {% endfor %} {% endcall %}
-
+ {% endset %} + {{ govukDetails({ + "summaryText": "Accented characters that affect text message charges", + "html": accentedChars + }) }}
{% call mapping_table( @@ -154,9 +158,7 @@

Sending text messages to international numbers

It might cost more to send text messages to international numbers than UK ones, depending on the country.

-
- International text message rates - + {% set smsIntRates %} {{ live_search(target_selector='#international-pricing .table-row', show=True, form=search_form, label='Search by country name or code') }}
@@ -180,7 +182,11 @@ {% endcall %}
-
+ {% endset %} + {{ govukDetails({ + "summaryText": "International text message rates", + "html": smsIntRates + }) }}

Letters

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