{% extends "wcs/backoffice.html" %} {% load i18n %} {% block appbar %}{% endblock %} {% block content %}
{% if workflow.global_actions %} {% endif %} {% if workflow.variables_formdef %} {% endif %} {% if workflow.backoffice_fields_formdef %} {% endif %} {% if workflow.criticality_levels %} {% endif %} {% if deprecations.report_lines %} {% endif %}

{% blocktrans count status_count=workflow.possible_status|count %}{{ status_count }} status{% plural %}{{ status_count }} statuses{% endblocktrans %}.

{% for status in workflow.possible_status %}

{{ status.name }}

{% if status.is_endpoint %}

{% if status.forced_endpoint %} {% trans "This status has been manually set to be considered as terminal." %} {% elif status.is_endpoint %} {% trans "This status has been automatically evaluated as being terminal." %} {% endif %}

{% endif %} {% if status.backoffice_info_text %}
{{ status.backoffice_info_text|safe }}
{% endif %} {% for item in status.items %}

{{ item.description }}

{{ item.get_parameters_view|safe }} {% empty %}

{% trans "No actions in this status." %}

{% endfor %}
{% endfor %}
{% if deprecations %} {% endif %}
{% endblock %} {% block sidebar-content %} {{ view.snapshot_info_inspect_block|safe }} {% endblock %}