{% 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 %} {% endwith %} {% endfor %}
{% if show_language %}{% 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 %}{{ trans.language }}{% else %}{{ trans.subproject }}{% endif %}
{{ percent }}% {{ fuzzy }}% {{ checks }} {% if percent < 100 %} {% trans "Translate" %} {% endif %} {% if checks > 0 %} {% trans "Review" %} {% endif %}