{% 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 %}

Charter submission

{% if group.parent and group.parent.type_id == "area" %} {% else %} {% endif %} {% for slug, label, roles in group.personnel %} {% if forloop.first %} {% else %} {% endif %} {% endfor %} {% if group.list_email %} {% endif %}
{{ group.type.name }} Name {{ group.name }}
Acronym {{ group.acronym }}
{{ group.parent.type.name }} {{ group.parent.name }} ({{ group.parent.acronym }})
State {{ group.state.name }} {% if requested_close %}
In the process of being closed
{% endif %}
Personnel{{ 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 }}.

{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% if group.charter %} Back {% else %} Back {% endif %} {% endbuttons %}
{% endblock %}