{% extends "base.html" %} {% load i18n %} {% load translations %} {% load url from future %} {% block breadcums %}
{{ check.description }}
{% blocktrans with check.get_doc_url as link %}More information about this check is available in the documentation.{% endblocktrans %}
{% if checks %}{% trans "Translation" %} | {% trans "Failures" %} |
---|---|
{% language_name obj.translation__language__code %} | {{ obj.count }} |
{% trans "There are no matching failed checks!" %}
{% endif %} {% endblock %}