{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load nomcom_tags %} {% load ietf_filters %} {% block title %}NomCom {{ year }} Private{% block subtitle %}{% endblock %}{% endblock %} {% block content %} {% origin %}

NomCom {{ year }} {% if nomcom.group.state_id == 'conclude' %}(Concluded){% endif %} Private area {% if is_chair_task %}- Chair/Advisors only{% endif %}

{% block nomcom_content %} {% endblock %} {% endblock %} {% block js %} {% endblock %}