{% extends "nomcom/nomcom_public_base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% block subtitle %} - Questionnaires {% endblock %} {% block nomcom_content %} {% origin %}

Questionnaires

{% for position in positions %}
{{ position.get_questionnaire|linebreaks}}
{% endfor %}
{% endblock %}