{% 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.channel, width='1-2') }} {{ textbox(form.start_date, width='1-2') }} {{ textbox(form.start_volume, width='1-2') }} {{ textbox(form.peak_volume, width='1-2') }} {{ textbox(form.upload_or_api, width='1-2') }}

We will:

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