<li><a><label><inputtype="checkbox"id="toggle-untranslated"> {% trans "Untranslated" context "Number of untranslated strings" %}</label></a></li>
<li><a><label><inputtype="checkbox"id="toggle-words"checked="true"> {% trans "Words" context "Number of translated words" %}</label></a></li>
<li><a><label><inputtype="checkbox"id="toggle-words"checked="true"> {% trans "Words" context "Number of translated words" %}</label></a></li>
<li><a><label><inputtype="checkbox"id="toggle-fuzzy"checked="true"> {% trans "Fuzzy" context "Number of fuzzy strings" %}</label></a></li>
<li><a><label><inputtype="checkbox"id="toggle-fuzzy"checked="true"> {% trans "Fuzzy" context "Number of fuzzy strings" %}</label></a></li>
<li><a><label><inputtype="checkbox"id="toggle-checks"checked="true"> {% trans "Checks" context "Number of failing checks" %}</label></a></li>
<li><a><label><inputtype="checkbox"id="toggle-checks"checked="true"> {% trans "Checks" context "Number of failing checks" %}</label></a></li>
...
@@ -27,7 +29,7 @@
...
@@ -27,7 +29,7 @@
</tr>
</tr>
<tbody>
<tbody>
{% for trans in translations %}
{% for trans in translations %}
{% with trans.get_translated_percent as percent and trans.get_fuzzy_percent as fuzzy and trans.failing_checks as checks and trans.get_non_translated as count and trans.get_failing_checks_percent as check_percent and trans.have_suggestion as suggestions %}
{% with trans.get_untranslated_percent as untranslated and trans.get_translated_percent as percent and trans.get_fuzzy_percent as fuzzy and trans.failing_checks as checks and trans.get_non_translated as count and trans.get_failing_checks_percent as check_percent and trans.have_suggestion as suggestions %}
<tdclass="percent col-words"title="{% blocktrans count words=trans.untranslated_words %}{{ words }} word to translate!{% plural %}{{ words }} words to translate!{% endblocktrans %}">{{ trans.get_words_percent }}%</td>
<tdclass="percent col-words"title="{% blocktrans count words=trans.untranslated_words %}{{ words }} word to translate!{% plural %}{{ words }} words to translate!{% endblocktrans %}">{{ trans.get_words_percent }}%</td>