{% extends "withnav_template.html" %} {% from "components/banner.html" import banner_wrapper %} {% from "components/radios.html" import radio_select %} {% from "components/table.html" import list_table, field, text_field, index_field, hidden_field_heading %} {% from "components/file-upload.html" import file_upload %} {% from "components/back-link/macro.njk" import govukBackLink %} {% from "components/message-count-label.html" import message_count_label %} {% set file_contents_header_id = 'file-preview' %} {% macro skip_to_file_contents() %}
{% endmacro %} {% block service_page_title %} Error {% endblock %} {% block maincolumn_content %} {{ govukBackLink({ "href": url_for('main.upload_contact_list', service_id=current_service.id) }) }}You need to {{ row_errors[0] }}.
{% else %}You need to:
Only showing the first {{ recipients.displayed_rows|list|length }} rows with errors
{% else %}Only showing rows with errors
{% endif %} {% endif %} {% endblock %}