{% load i18n %} {% for trans in translations %} {% with trans.get_translated_percent as percent and trans.get_fuzzy_percent as fuzzy and trans.get_failing_checks as checks and trans.get_non_translated as count %} {% endwith %} {% endfor %}
{% if show_language == 1 %}{% trans "Language" %}{% else %}{% trans "Project" %}{% endif %} {% trans "Translated" %} {% trans "Fuzzy" context "Number of fuzzy strings" %} {% trans "Checks" context "Number of failing checks" %}
{% if show_language == 1 %}{{ trans.language }}{% else %}{{ trans.subproject }}{% if show_language == 2 %} ({{ trans.language }}){% endif %}{% endif %}
{{ percent }}% {{ fuzzy }}% {{ checks }} {% if count > 0 %} {% trans "Translate" %} {% endif %} {% if checks > 0 %} {% trans "Review" %} {% endif %}