{% extends "base.html" %} {% load i18n %} {% load translations %} {% load url from future %} {% block breadcums %}
  • {% trans "checks" %}
  • {{ check.name }}
  • {{ subproject.project }}
  • {{ subproject.name }}
  • {% endblock %} {% block content %}

    {{ check.description }}

    {% blocktrans with check.get_doc_url as link %}More information about this check is available in the documentation.{% endblocktrans %}

    {% if checks %} {% for obj in checks %} {% endfor %}
    {% trans "Translation" %} {% trans "Failures" %}
    {% language_name obj.translation__language__code %} {{ obj.count }}
    {% else %}

    {% trans "There are no matching failed checks!" %}

    {% endif %} {% endblock %}