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

This will change the email address of the customer for the win, resend the email and will notify the officer a new email has been sent.

{% endblock %}