{% 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 and not has_deprecated_fields %} {% trans "New" %} {% endif %} {% endblock %} {% block content %}
{% 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." %}