{% extends "wcs/backoffice.html" %} {% load i18n %} {% block appbar-title %}{% trans "Failing tests" %}{% endblock %} {% block body %}

{% trans "Forms" %}

{% if formdefs %} {% else %}

{% trans "There are no form with failing tests." %}

{% endif %}

{% trans "Cards" %}

{% if carddefs %} {% else %}

{% trans "There are no card with failing tests." %}

{% endif %}
{% endblock %}