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

{{ title }}

{% if state_type.slug == "draft-iesg" %}

View diagram

{% endif %} {% if has_next_states %}{% endif %} {% for state in states %} {% if has_next_states %} {% endif %} {% endfor %}
State DescriptionNext State
{{ state.name }} {{ state.desc|safe|linebreaksbr }} {% for s in state.next_states.all %} {{ s.name }}
{% endfor %}
{% if tags %}

Tags

{% for tag in tags %} {% endfor %}
Tag Description
{{ tag.name }} {{ tag.desc|linebreaksbr }}
{% endif %} {% endblock %} {% block js %} {% endblock %}