{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin static %} {% block pagehead %} {% endblock %} {% block title %} Document state index{% endblock %} {% block content %} {% origin %}

Document state index

Document state information is available for the following document and document state groups:

{% for type in types %} {% if type.stategroups != None %} {% endif %} {% endfor %}
Document State groups
{{type.slug}} {% for group in type.stategroups %} {{ group }}{% if not forloop.last %}, {% endif %} {% endfor %}
{% endblock %} {% block js %} {% endblock %}