{% 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 checks %}{% trans "Project" %} | {% trans "Failures" %} |
---|---|
{% project_name obj.project__slug %} | {{ obj.count }} |
{% trans "There are no matching failed checks!" %}
{% endif %} {% endblock %}