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

{% elif not testdef.workflow_tests.actions %}

{% trans "There are no workflow test actions yet." %}

{% else %}

{% trans "Use drag and drop with the handles to reorder fields." %}

{% endif %} {% endblock %} {% block sidebar-content %}

{% trans "New workflow test action" %}

{{ sidebar_form.render|safe }}
{% endblock %}