{% extends "base.html" %} {% load i18n %} {% load translations %} {% load humanize %} {% block breadcrumbs %}
{% trans "Project" %} | {% trans "Total" %} | {% trans "Dismissed" %} | {% trans "Active" %} | {% trans "Translated" %} |
---|---|---|---|---|
{{ obj }} | {{ obj.check_count |intcomma}} | {{ obj.dismissed_check_count |intcomma}} | {{ obj.active_check_count |intcomma}} | {{ obj.translated_check_count |intcomma}} |
{{ check.description }}