{% extends base_template %} {# Copyright The IETF Trust 2015-2020, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% load nomcom_tags %} {% block morecss %} .btn-group-vertical .btn { text-align: left; } .btn-group-vertical .btn .badge { float:right; margin-top: 0.15em; margin-right: 0.15em; } .btn-group-vertical .btn .photo { display: inline-block; min-width: 15px; float:right; } .feedbackphoto { display: inline-block; float:right; margin-bottom: 0.15em; margin-left: 0.15em; } {% endblock %} {% 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 to the right to obtain a new feedback form. {% endif %}

{% if nomcom|has_publickey %}

Nominees

{% for p in positions %} {% if p.nomineeposition_set.accepted.not_duplicated %}

{{ p.name }}

{% endif %} {% endfor %}

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

Topics

{% if form %} {% if form.position %}

Provide feedback about {{form.nominee.email.person.name}} ({{form.nominee.email.address}}) for the {{form.position.name}} position. {% if nomcom.show_nominee_pictures and form.nominee.email.person.photo_thumb %} {% endif %}

{% elif form.topic %}

Provide feedback about "{{form.topic.subject}}"

A description of this topic is at the end of the page.
{% 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 %} {% buttons %} {% endbuttons %}
{% if form.topic %}
Description: {{form.topic.subject}}
{{form.topic.get_description|safe}}
{% endif %} {% endif %}
{% endif %} {% endblock %}