{% extends "withnav_template.html" %} {% from "components/page-footer.html" import page_footer %} {% from "components/message-count-label.html" import recipient_count_label %} {% from "components/textbox.html" import textbox %} {% block service_page_title %} {{ page_title }} {% endblock %} {% block maincolumn_content %}

{{ page_title }}

{{ textbox( form.placeholder_value, hint='Optional' if optional_placeholder else None, width='1-1', ) }}
{% if skip_link %} {% endif %}
{% if link_to_upload %}

Upload a list of {{ recipient_count_label(999, template.template_type) }}

{% endif %} {{ page_footer('Continue', back_link=back_link) }}
{{ template|string }} {% endblock %}