<th>{% if show_language %}{% trans "Language" %}{% else %}{% trans "Project" %}{% endif %}</th>
<th>{% if show_language == 1 %}{% trans "Language" %}{% else %}{% trans "Project" %}{% endif %}</th>
<thcolspan="2">{% trans "Translated" %}</th>
<thcolspan="2">{% trans "Translated" %}</th>
<th>{% trans "Fuzzy" context "Number of fuzzy strings" %}</th>
<th>{% trans "Fuzzy" context "Number of fuzzy strings" %}</th>
<th>{% trans "Checks" context "Number of failing checks" %}</th>
<th>{% trans "Checks" context "Number of failing checks" %}</th>
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
{% for trans in translations %}
{% 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 %}
{% 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 %}