{% 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 %} {% from "components/list.html" import list_of_placeholders %} {% 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 %}