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