{% extends "withnav_template.html" %} {% from "components/banner.html" import banner_wrapper %} {% from "components/page-footer.html" import page_footer %} {% from "components/table.html" import list_table, text_field, index_field, index_field_heading %} {% macro list_of_placeholders(placeholders, oxford_comma=False) %} {% for placeholder in placeholders %} {% if loop.last and loop.length > 1 %}{% if oxford_comma %},{% endif %} and {% endif %} (({{ placeholder }})){% if not loop.last and loop.length != 2 %},{% endif %} {% endfor %} {% endmacro %} {% block page_title %} GOV.UK Notify {% endblock %} {% block maincolumn_content %}
You removed {{ list_of_placeholders(template_change.placeholders_removed) }}
{% endif %} {% if template_change.placeholders_added %}You added {{ list_of_placeholders(template_change.placeholders_added) }}
{% endif %}When you send messages using this template you’ll need {{ new_template.placeholders|length + 1 }} columns of data:
Developers, you’ll need to update your API calls
{% endblock %}