{% extends "wcs/backoffice.html" %} {% load i18n %} {% block appbar-title %}{% trans "Tests" %}{% endblock %} {% block appbar-actions %} {% trans "Test results" %} {% if formdata and not has_deprecated_fields %} {% trans "New" %} {% endif %}
{% endblock %} {% block body %}{% trans "Tests cannot be created because this form has deprecated fields." %}
{% trans "Tests cannot be created because there are no completed forms." %}
{% trans "There are no tests yet." %}