{% extends 'ui/admin/form.html' %} {% block success %} Success! An email has been sent to the customer email for win {{ win_id }}, and the officers have been notified. {% endblock %} {% block breadcrumb-name %}Send customer email{% endblock %} {% block admin-title %}Send customer email{% endblock %} {% block form %}

This will send an email to the customer for the win and notify the officer a new email has been sent.

{% endblock %}