{% 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 information is available for the following document and document state groups:
| Document | State groups |
|---|---|
| {{type.slug}} | {% for group in type.stategroups %} {{ group }}{% if not forloop.last %}, {% endif %} {% endfor %} |