{% extends "wcs/backoffice.html" %} {% load i18n %} {% block appbar-title %}{% trans "Tests" %}{% endblock %} {% block sidebar-content %}

{% trans "Actions" %}

{% if formdata and not has_deprecated_fields %} {% trans "New" %} {% endif %} {% trans "Import" %}

{% trans "Navigation" %}

{% trans "Test results" %} {% endblock %} {% block body %}

{% trans "Test form data" %}

{% if has_deprecated_fields %}

{% trans "Tests cannot be created because this form has deprecated fields." %}

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