{% extends "base.html" %} {# Copyright The IETF Trust 2021, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% block title %}Volunteer for NomCom{% endblock %} {% block content %} {% origin %}

Volunteer for NomCom

{% if can_volunteer.exists %}
{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% endif %} {% if already_volunteered.exists %}
You have already volunteered for the {% for nc in already_volunteered %}{{nc.year}}/{{nc.year|add:1}}{% if not forloop.last %}, {% endif %}{% endfor %} Nominating Committee{{already_volunteered|pluralize}}. To modify your volunteer status, contact the NomCom chair.
{% endif %} {% endblock %}