{% 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 %}
The message that will be sent is as follows:
{{ mail_template.content|wordwrap:80 }}
{% if mail_template %}
{% 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' %} {% endif %} {% endblock %}