{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% block title %}Customize Workflow for {{ group.acronym }} {{ group.type.name }}{% endblock %} {% block content %} {% origin %} {% load ietf_filters %}
Below you can customize the draft states and tags used in the {{ group.acronym }} {{ group.type.name }}. Note that some states are mandatory for group operation and cannot be deactivated.
{% if group.type_id == "wg" %}You can see the default Working Group I-D State Diagram in Section 4.1 of RFC6174.
{% endif %}| State | Next states | Turn on/off |
|---|---|---|
| {{ state.name }} {% if not state.used %} (not used in {{ group.acronym }}){% endif %} {{ state|statehelp }} |
{% if state.used_next_states %}
{% for n in state.used_next_states %}
{{ n.name }} {% endfor %}
{% else %}
None
{% endif %}
|
{% if state.mandatory %} (mandatory) {% else %} {% endif %} |
| Tag | Turn on/off |
|---|---|
| {{ tag.name }} {% if not tag.used %} (not used in {{ group.acronym }}){% endif %} |