Template cleaunp, fixes #181

This commit is contained in:
Marco Bonetti 2017-03-10 11:19:20 +01:00
parent e5485991fb
commit 80492e45c6

View file

@ -40,7 +40,7 @@
<tbody>
{% for app,path,po in pos %}
<tr class="{% cycle 'row1' 'row2' %}">
<td><a href="{% url 'rosetta-language-selection' lid forloop.counter0 %}{% if do_django %}?django{% endif %}{% if do_rosetta %}?rosetta{% endif %}">{{ app|title }}</a></td>
<td><a href="{% url 'rosetta-language-selection' lid forloop.counter0 %}">{{ app|title }}</a></td>
<td class="ch-progress r">{{po.percent_translated}}%</td>
{% with po.untranslated_entries|length as len_untranslated_entries %}
<td class="ch-messages r">{{po.translated_entries|length|add:len_untranslated_entries}}</td>