{% extends 'base.html' %} {% block title %}Feedback{% endblock %} {% block content %} {% if customization_required %}

The Feedback page has not been customized yet

Feedback is emailed to an address specified by the {{ site_title }} site administrator. {% if user.is_staff %} Use the customizations page to enter an email address, then all users will be able to send feedback. {% endif %}

{% else %}

Submit feedback about the {{ facility_name }}

We're continually working to improve the {{ facility_name }} experience for everyone.
Do you have an idea to make the {{ facility_name }} better? Send us your feedback!

{% csrf_token %}
{% endif %} {% endblock %}