{% extends "wcs/backoffice/base.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 %}
{% for status in workflow.possible_status %}

{{ status.name }}

{% 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 %}
{% endblock %}