{% extends "base5.html" %} {% load humanize i18n translations %} {% block breadcrumbs %} {% if path_object %} {% path_object_breadcrumbs5 path_object %} {% if check %} {% endif %} {% elif check and not path_object %} {% else %} {% endif %} {% endblock breadcrumbs %} {% block content %} {% for row in object_list %} {% endfor %}
{{ column_title }} {% translate "Total" %} {% translate "Dismissed" %} {% translate "Active" %} {% translate "Translated" %}
{{ row.row_title }} {% if translate_links %} {{ row.check_count|intcomma }} {% else %} {{ row.check_count|intcomma }} {% endif %} {% if translate_links %} {{ row.dismissed_check_count|intcomma }} {% else %} {{ row.dismissed_check_count|intcomma }} {% endif %} {% if translate_links %} {{ row.active_check_count|intcomma }} {% else %} {{ row.active_check_count|intcomma }} {% endif %} {% if translate_links %} {{ row.translated_check_count|intcomma }} {% else %} {{ row.translated_check_count|intcomma }} {% endif %}
{% if check %}

{% translate "View check documentation" %}

{% endif %} {% endblock content %}