{% extends "admin_template.html" %} {% block page_title %} GOV.UK Notify | Set up service {% endblock %} {% block content %}

Set up notifications for your service

Users will see your service name:

{{ form.hidden_tag() }} {{ render_field(form.service_name, class='form-control-2-3') }}

{% endblock %}