{% extends "nomcom/nomcom_private_base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% load ietf_filters %} {% block subtitle %} - Send reminder messages {% endblock %} {% block nomcom_content %} {% origin %}

Send reminder to {{reminder_description}}

{% if nomcom.group.state_id == 'active' %}

The message that will be sent is as follows:

{{ mail_template.content|wordwrap:80 }}
{% if mail_template %}

Edit the message

{% endif %}

These are the nominees that are in the '{{state_description}}' state for the listed positions.

The message that will be sent is shown below the list of nominees.

{% endif %} {% if nomcom.group.state_id == 'active' %}
{% csrf_token %} {% for nominee in nominees %} {% endfor %}
Nominee Positions
{{ nominee }} {{nominee.interesting_positions|join:", "}}
{% buttons %} {% endbuttons %}
{% endif %} {% endblock %}