{% extends "wcs/backoffice.html" %} {% load i18n %} {% block appbar-title %}{{ action.name }}{% endblock %} {% block appbar-actions %}
{% if not workflow.is_readonly %} {% trans "Options" %} {% trans "Change Name" %} {% endif %} {% endblock %} {% block body %}{% trans "There are not yet any actions." %}
{% else %} {% if not workflow.is_readonly %}{% trans "Use drag and drop with the handles to reorder actions." %}
{% endif %} {% endif %}{% trans "Back to workflow main page" %}
{% endblock %} {% block sidebar-content %} {% if workflow.is_default %}{% blocktrans trimmed %} This is the default workflow, you cannot edit it but you can duplicate it to base your own workflow on it. {% endblocktrans %}
{% elif workflow.is_readonly %}{% trans "This workflow is readonly." %}