{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load ietf_filters static %} {% block pagehead %} {% endblock %} {% block title %}{{ group.name }} ({{ group.acronym }}) - {% block group_subtitle %}{% endblock %}{% endblock %} {% block content %} {% origin %}

{{ group.name}} ({{ group.acronym }}) {% if group.state_id == "dormant" or group.state_id == "conclude" %} Concluded {{ group.type.name }} {% endif %} {% if group.state_id == "replaced" %} Replaced {{ group.type.name }} {% endif %} {% if group.state_id == "proposed" %} Proposed {{ group.type.name }} {% endif %}

{% block buttonlist %} {% if menu_actions %} {% for name, url in menu_actions %} {{ name }} {% endfor %} {% endif %} {% endblock buttonlist %}
{% block group_content %} {% endblock group_content %} {% endblock content %} {% block js %} {% endblock %}