{% extends 'base.html' %} {% set page_title = 'Feedback Submitted' %} {% block content %}
{% if email_send_result == 'success' %}

Thank you

Your message has been sent.

Our goal is to present you with the best possible user experience. Your comments and feedback are essential tools in reaching that goal.

{% elif email_send_result == 'spambot-detected' %}

We are sorry,

either you did not check the box stating that you are human, or you indicated that you are a robot.

This means either:

Our goal is to present you with the best possible user experience. Your comments and feedback are essential tools in reaching that goal.

So, if you are human, please head back and try the form again. Be sure to check the box near the bottom stating "I am human".

If you are a web bot, we admire your work ethic, but our feedback never results in meaningful change in your behavior. So, we will be ignoring and unfriending you.

{% else %}

We are sorry,

a failure occurred when attempting to send your message.

Please try again later.

{% endif %}
{% endblock content %}