{% extends "base.html" %} {% load url from future %} {% load i18n %} {% load translations %} {% block breadcrumbs %}
{% trans "Source" %} | {% trans "Failing checks" %} | |||
---|---|---|---|---|
{{ source.source|fmttranslation }} | {% with source.active_source_checks as checks %} {% include "list-checks.html" %} {% endwith %} {% if source.get_source_comments.exists %} {% trans "Comment" %} {% endif %} | |||
|
{% trans "No matching source strings found!" %}
{% endif %} {% endblock %}