{% extends "group/group_base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load ietf_filters %} {% load markup_tags %} {% load textfilters group_filters %} {% block group_content %} {% origin %} {% if group.state_id == "conclude" %}
Note: The data for concluded {{ group.type.name }}s is occasionally incorrect.
{% endif %}| {{ group.type.name }} | Name | {% if can_edit_group %} Edit {% endif %} | {{ 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 | {% if can_edit_group %} Edit {% endif %} |
{{ group.state.name }}
{% if requested_close %}
In the process of being closed
{% endif %}
|
||||
| Charter | {% if group.charter %} {{ group.charter.name }}-{{ group.charter.rev }} {{ group.charter.get_state.name }} {% else %} (None) {% if user|has_role:"Area Director,Secretariat" %} Submit charter {% endif %} {% endif %} | |||||
| Status Update | {% if can_provide_status_update %} Edit {% endif %} | {% if status_update %} Show update (last changed {{status_update.time|date:"Y-m-d"}}) {% else %} (None) {% endif %} | ||||
| Dependencies | Document dependency graph (SVG) | |||||
| Additional Resources | {% if can_edit_group %} Edit {% endif %} |
{% if resources %}
|
||||
| Personnel | {% else %}{% endif %} | {{ label }} | {% if can_edit_group and slug in editable_roles %} Edit {% endif %} |
{% for r in roles %}
{% role_person_link r %}
{% endfor %} |
||
| Mailing list | Address | {% if can_edit_group %} Edit {% endif %} | {{ group.list_email|linkify }} | |||
| To subscribe | {% if can_edit_group %} Edit {% endif %} | {{ group.list_subscribe|linkify }} | ||||
| Archive | {% if can_edit_group %} Edit {% endif %} | {{ group.list_archive|linkify }} | ||||
| Jabber chat | Room address | xmpp:{{ group.acronym }}@jabber.ietf.org?join | ||||
| Logs | https://jabber.ietf.org/logs/{{ group.acronym }}/ | |||||
{{ milestones_in_review|length }} new milestone{{ milestones_in_review|pluralize }} currently in {{ milestone_reviewer }} review.
{% endif %} {% endif %} {% endblock %}