{% extends "withoutnav_template.html" %} {% from "components/textbox.html" import textbox %} {% from "components/page-footer.html" import page_footer %} {% block page_title %} Feedback – GOV.UK Notify {% endblock %} {% block maincolumn_content %}

Give feedback

What went wrong, if anything? What went well? How could we improve this service?

{{ textbox(form.feedback, width='1-1', hint='', rows=10) }}

Do you want a reply?

Leave your details below if you'd like a response.

{{ textbox(form.name, width='1-1') }} {{ textbox(form.email_address, width='1-1') }} {{ page_footer('Send') }}
{% endblock %}