{% load translations %} {% load humanize %} {% get_filter_name "all" %} {% if url %}{% endif %} {{ stats.all|intcomma }} {% if url %}{% endif %} {% get_filter_name "translated" %} {% if url %}{% endif %} {{ stats.translated|intcomma }} {% if url %}{% endif %} {% if url %}{% endif %} {{ stats.translated_percent |percent_format }} {% if url %}{% endif %} {% get_filter_name "nottranslated" %} {% if url %}{% endif %} {{ stats.nottranslated|intcomma }} {% if url %}{% endif %} {% if url %}{% endif %} {{ stats.nottranslated_percent |percent_format }} {% if url %}{% endif %} {% get_filter_name "todo" %} {% if url %}{% endif %} {{ stats.todo|intcomma }} {% if url %}{% endif %} {% if url %}{% endif %} {{ stats.todo_percent |percent_format }} {% if url %}{% endif %} {% get_filter_name "fuzzy" %} {% if url %}{% endif %} {{ stats.fuzzy|intcomma }} {% if url %}{% endif %} {% if url %}{% endif %} {{ stats.fuzzy_percent |percent_format }} {% if url %}{% endif %}