{% extends "wcs/backoffice.html" %} {% load i18n %} {% block appbar-title %}{% trans "Workflow tests" %}{% endblock %} {% block appbar-actions %} {% trans "Options" %} {% endblock %} {% block body %} {% if not testdef.agent_id %}
{% trans "Backoffice user is not defined, workflow tests will not be executed." %} {% trans "Open test options" %}
{% trans "There are no workflow test actions yet." %}
{% trans "Use drag and drop with the handles to reorder fields." %}
{% endif %}{% trans "Edit" %} {% trans "Duplicate" %} {% trans "Delete" %}