{% extends "nominate/vote.html" %} {% block title %} ADMIN - edit nominations for {{ profile }} {% endblock title %} {% block email-control %} {% endblock email-control %} {% block instructions %}

Admin interface

You are editing nominations for {{ profile }}.

{% if profile.user.email %}

Changes made here will be emailed to the nominator at their convention membership email.

{% else %}

Changes made here will not be emailed to the nominator, as the nominator has no email address.

{% endif %}
{% endblock instructions %}