{% load i18n %}
{% 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 %} |