{% extends "wcs/backoffice.html" %} {% load i18n %} {% block appbar-title %}{% trans "Workflow tests" %}{% endblock %} {% block appbar-actions %} {% trans "Options" %} {% endblock %} {% block body %} {% if not testdef.workflow_tests.actions %}
{% trans "There are no workflow test actions yet." %}
{% trans "Use drag and drop with the handles to reorder fields." %}
{% endif %}{% if not testdef.is_readonly %} {% trans "Duplicate" %} {% trans "Delete" %} {% endif %}