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

Defined templates

{% if template_list %} {% else %}

There are no templates defined for this group.

{% endif %}

Defined templates for positions

{% for position in nomcom.position_set.all %}

{{ position.name }}

{% empty %}

There are no positions defined.

{% endfor %}

Defined templates for topics

{% for topic in nomcom.topic_set.all %}

{{ topic.subject }}

{% empty %}

There are no topics defined.

{% endfor %} {% endblock nomcom_content %}