{% extends "wcs/backoffice.html" %} {% load i18n %} {% block appbar-title %}{{ workflow.name }}{% endblock %} {% block appbar-after-title %} {% if workflow.category_id %}
{% endif %} {% endblock %} {% block appbar-actions %} {% if not workflow.is_readonly %} {% include "wcs/backoffice/includes/documentation-editor-link.html" %} {% trans "change category" %} {% trans "change title" %} {% endif %} {% endblock %} {% block body %}{% trans "There are not yet any status defined in this workflow." %}
{% else %} {% if workflow.is_readonly %}{% trans "Use drag and drop with the handles to reorder status." %}
{{ "{{" }} form_ option_ {{ field.varname|wbr }} }}
{% endif %}
{{ "{{" }} form_ var_ {{ field.varname|wbr }} }}
{% endif %}
{% trans "This workflow is used for the following forms:" %}
{% trans "This workflow is used for the following card models:" %}
{% trans "The following mail templates are used in this workflow:" %}
{% 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." %}