{% load humanize i18n translations %} {% get_translate_url object as translate_url %} {% url 'translate' path=object.get_url_path as edit_url %} {% url 'zen' path=object.get_url_path as zen_url %} {% url 'browse' path=object.get_url_path as browse_url %}

{% if object.is_source %} {% translate "Source strings" %} {% else %} {% translate "Translation status" %} {% endif %}

{{ object.stats.all|intcomma }} {% translate "Strings" %} {{ object.stats.translated_without_checks_percent|percent_format }}
{{ object.stats.all_words|intcomma }} {% translate "Words" %} {{ object.stats.translated_without_checks_words_percent|percent_format }}
{{ object.stats.all_chars|intcomma }} {% translate "Characters" %} {{ object.stats.translated_without_checks_chars_percent|percent_format }}
{% if object.is_source %} {% endif %}

{% documentation_icon 'user/translating' 'strings-to-check' right=True %} {% translate "Strings status" %}

{% for query, name, count, color, words, characters in object.list_translation_checks %} {% endfor %}
{% translate "Strings" %} {% translate "Words" %} {% translate "Characters" %}
{{ count|intcomma }} {{ words|intcomma }} {{ characters|intcomma }} {% if name != "all" %}
{% if color %}
{% endif %}
{% endif %}
{{ name }} {% translate "Browse" %} {% translate "Translate" %} {% translate "Zen" %}