{% extends "withnav_template.html" %} {% from "components/sms-message.html" import sms_message %} {% from "components/page-footer.html" import page_footer %} {% from "components/textbox.html" import textbox %} {% block page_title %} GOV.UK Notify | Send text messages {% endblock %} {% block maincolumn_content %}

Send text messages

{{ banner( 'You can only send notifications to yourself', subhead='Trial mode', type='info' ) }} {{ sms_message( template.content, name='Preview' ) }}

{{textbox(form.file)}}

Download an example CSV to test with.

{{ page_footer( "Continue", back_link=url_for(".choose_sms_template", service_id=service_id), back_link_text="Back to templates" ) }}
{% endblock %}