{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% load textfilters %} {% block title %} Charter submission for {{ group.acronym }} {{ group.type.name }} {% endblock %} {% block content %} {% origin %}
| {{ group.type.name }} | Name | {{ group.name }} | ||
|---|---|---|---|---|
| Acronym | {{ group.acronym }} | |||
| {% if group.parent and group.parent.type_id == "area" %} | {{ group.parent.type.name }} | {{ group.parent.name }} ({{ group.parent.acronym }}) | {% else %}{% endif %} | |
| State |
{{ group.state.name }}
{% if requested_close %}
In the process of being closed
{% endif %}
|
|||
| Personnel | {% else %}{% endif %} | {{ label }} |
{% for r in roles %}
{{ r.person.plain_name }}
{% endfor %} |
|
| Mailing list | Address | {{ group.list_email|linkify }} | ||
| To subscribe | {{ group.list_subscribe|linkify }} | |||
| Archive | {{ group.list_archive|linkify }} |
The text will be submitted as {{ name }}-{{ next_rev }}.
{% endblock %}