{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin static %} {% block pagehead %} {% endblock %} {% block title %} {{type.label|cut:"state"|cut:"state"}} states{% endblock %} {% block content %} {% origin %}
| State | Description | Next states |
|---|---|---|
| {{ state.name }} | {{ state.desc|safe }} |
|