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

Email lists for {{ nomcom.group }}

{% with title='Nominees Pending Acceptance' list=pending %} {% include 'nomcom/email_list_panel.html' %} {% endwith %} {% with title='Accepted Nominees' list=accepted %} {% include 'nomcom/email_list_panel.html' %} {% endwith %} {% with title='Accepted Nominees Without a Questionnaire Response' list=noresp %} {% include 'nomcom/email_list_panel.html' %} {% endwith %}

Accepted Nominees by Position

{% for pos, accepts in bypos.items %} {% with title=pos.name list=accepts %} {% include 'nomcom/email_list_panel.html' %} {% endwith %} {% endfor %}
{% endblock nomcom_content %}