{% extends "withnav_template.html" %} {% from "components/textbox.html" import textbox %} {% from "components/page-footer.html" import page_footer %} {% block page_title %} Request to go live – GOV.UK Notify {% endblock %} {% block maincolumn_content %}

Request to go live

You’ll need to:

{{ textbox( form.usage, label='Estimate how many emails and/or text messages you’ll send each month', hint='If your estimate is likely to change, tell us how ', width='1-1', rows=5 ) }}

We will:

{{ page_footer('Request to go live') }}
{% endblock %}