{% extends "wcs/backoffice/base.html" %} {% load i18n %} {% block appbar-title %}{% trans "Tests" %}{% endblock %} {% block appbar-actions %} {% trans "Import" %} {% if testdefs %} {% trans "Run tests" %} {% endif %} {% if formdata %} {% trans "New" %} {% endif %} {% endblock %} {% block content %}

{% trans "Test form data" %}

{% if not formdata %}

{% trans "Tests cannot be created because there are no completed forms." %}

{% endif %} {% if testdefs %} {% else %}

{% trans "There are no tests yet." %}

{% endif %}
{% endblock %}