{% extends "wginfo/wg_base.html" %} {% block wg_titledetail %}Manage Workflow{% endblock %} {% block pagehead %} {{ block.super }} {% endblock pagehead %} {% block wg_content %}

Edit workflow

{% for state in states %} {% endfor %}
States used in {{ wg }} Working Group
{{ state.name }}

{% for tag in tags %} {% endfor %}
Annotation tags used in {{ wg }} Working Group
{{ tag.name }}
{% for transition in workflow.transitions.all %} {% endfor %} {% if not workflow.transitions.all.count %} {% endif %}
Transition nameInitial statesDestination state
{{ transition.name }} {% for state in transition.states.all %} {{state.name }}{% if not forloop.last %}
{% endif %} {% endfor %}
{{ transition.destination.name }}
There are no transitions defined so any state change is allowed

Please note that the states you can not uncheck are needed in all IETF WGs.

You can see the default Working Group I-D State Diagram in Section 4.1 of RFC6174

{% for state in default_states %} {% endfor %}
Used in {{ wg }}Available statesDefinition
[+] {{ state.statedescription_set.all.0.definition|safe }}

You can see the default Working Group I-D State Diagram in Section 4.1 of RFC6174

{{ formset.as_table }}
DeleteTransition nameInitial statesDestination state
{% for tag in default_tags %} {% endfor %}
Used in {{ wg }}Available annotation tags
{% endblock %}