{% extends public|yesno:"nomcom/nomcom_public_base.html,nomcom/nomcom_private_base.html" %} {# Copyright The IETF Trust 2021, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% load static %} {% block subtitle %} - Volunteers{% endblock %} {% block pagehead %} {% endblock %} {% block nomcom_content %} {% origin %}
| Last Name | First Name | Affiliation | Primary Email Address | Qualifications | {% for v in eligibility_group.list %}|
|---|---|---|---|---|---|
| {{ forloop.counter }} | {{v.person.last_name}} | {{v.person.first_name}} | {{v.affiliation}} | {{v.person.email}} | {{v.qualifications}} |