{% 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 %}
| State | Description | {% if has_next_states %}Next State | {% endif %}
|---|---|---|
| {{ state.name }} | {{ state.desc|safe|linebreaksbr }} | {% if has_next_states %}
{% for s in state.next_states.all %}
{{ s.name }} {% endfor %} |
{% endif %}
| Tag | Description |
|---|---|
| {{ tag.name }} | {{ tag.desc|linebreaksbr }} |