{% extends public|yesno:"nomcom/nomcom_public_base.html,nomcom/nomcom_private_base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% load static %} {% block subtitle %} - Eligible People{% endblock %} {% block pagehead %} {% endblock %} {% block nomcom_content %} {% origin %}

Eligible People for {{ nomcom.group }}

{% for p in eligible_persons %} {% endfor %}
Last Name First Name Email Addresses
{{p.last_name}} {{p.first_name}} {% for e in p.email_set.all %}{{e.address}}{% if not forloop.last %}, {% endif %}{% endfor %}
{% endblock nomcom_content %} {% block js %} {% endblock %}