{% extends "base.html" %} {% load i18n %} {% load translations %} {% load url from future %} {% block breadcums %}
  • {% trans "checks" %}
  • {% endblock %} {% block content %} {% for check in checks %} {% endfor %}
    {% trans "Check" %} {% trans "Failures" %}
    {% check_name check.check %} {{ check.count }}
    {% endblock %}