{% extends "base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "TestCase Health" %}{% endblock %} {% block contents %}
{% include "datetimepicker_script.html" with selector="#id_after" %}
{% include "datetimepicker_script.html" with selector="#id_before" %}

{% trans "Most frequently failing test cases" %}

{% trans "Test Case" %} {% trans "Failed executions" %} {% trans "% of failed executions" %}
{% endblock %}