{% load i18n %}
{% if show_language == 1 %}{% trans "Language" %}{% else %}{% trans "Project" %}{% endif %} | {% trans "Translated" %} | {% trans "Words" context "Number of translated words" %} | {% trans "Fuzzy" context "Number of fuzzy strings" %} | {% trans "Checks" context "Number of failing checks" %} | {% trans "Suggestions" context "Number of suggestions" %} | |||
---|---|---|---|---|---|---|---|---|
{% if show_language == 1 %}{{ trans.language }}{% else %}{{ trans.subproject }}{% if show_language == 2 %} ({{ trans.language }}){% endif %}{% endif %} | {% if trans.is_user_locked %} | {% endif %}{{ percent }}% | {{ trans.get_words_percent }}% | {% if fuzzy > 0 %} {{ fuzzy }}% {% else %} {{ fuzzy }}% {% endif %} | {% if checks > 0 %} {{ checks }} {% else %} {{ checks }} {% endif %} | {% if suggestions > 0 %} {{ suggestions }} {% else %} {{ suggestions }} {% endif %} | {% if count > 0 %} {% trans "Translate" %} {% endif %} |