{# bs5ok #} {% extends base_template %} {# Copyright The IETF Trust 2015-2020, All Rights Reserved #} {% load origin %} {% load django_bootstrap5 person_filters %} {% load nomcom_tags %} {% block subtitle %}- Feedback{% endblock %} {% block nomcom_content %} {% origin %}

{% if nomcom.group.state_id == 'conclude' %} Feedback to this NomCom is closed. {% else %} Select a nominee from the list of nominees on the right to obtain a new feedback form. {% endif %}

{% if nomcom|has_publickey %}

A number after a name indicates that you have given comments on this nominee earlier. Position the mouse pointer over the button for more information about this nominee.

{% for p in positions %} {% if p.nomineeposition_set.accepted.not_duplicated %} {% endif %} {% endfor %}
{% if form %} {% if form.position %} {% if nomcom.show_nominee_pictures and form.nominee.email.person.photo_thumb %}
{% include "person/photo.html" with person=form.nominee.person %}
{% endif %}

Provide feedback about {% person_link form.nominee.person %} for the {{ form.position.name }} position.

{% elif form.topic %}

Provide feedback
{{ form.topic.subject }}

Description: {{ form.topic.subject }}
{{ form.topic.get_description|safe }}
{% endif %}

This feedback will only be available to NomCom {{ year }}. You may have the feedback mailed back to you by selecting the option below.

{% csrf_token %} {% bootstrap_form form %}
{% endif %}
{% endif %} {% endblock %}