datatracker/ietf/templates/nomcom/download_questionnaire.txt
Paul Selkirk 73c2a6aa8b
feat: Download questionnaire responses (#6111)
* feat: Download questionnaire responses (#4981)

* style: Expand "questio" to "questionnaire"
2023-08-14 16:06:23 -05:00

9 lines
430 B
Plaintext

{# Copyright The IETF Trust 2023, All Rights Reserved #}{% autoescape off %}{% load nomcom_tags %}Questionnaire response from {{ nominee.person.name }}
From: {{ feedback.author|formatted_email|default:"Anonymous" }}
Date: {{ feedback.time|date:"Y-m-d" }}
Positions: {{ positions }}{% if feedback.subject %}
Subject: {{ feedback.subject }}{% endif %}
{% decrypt feedback.comments request year 1 %}
{% endautoescape %}