{% 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() }} {{ form.service_name(class="form-control-2-3", autocomplete="off") }}
For example, 'Vehicle tax' or 'Carer's allowance'

{% endblock %}