Commit d121e039 authored by Michal Čihař's avatar Michal Čihař

List fuzzy percents as well

parent 54a48dfe
......@@ -13,7 +13,7 @@
<ul>
{% for trans in object.translation_set.all %}
<li><a href="{{ trans.get_absolute_url }}">{{ trans.language.name }} ({{ trans.translated }}% translated)</a></li>
<li><a href="{{ trans.get_absolute_url }}">{{ trans.language.name }} ({{ trans.translated }}% translated{% if trans.fuzzy %}, {{ trans.fuzzy }}% fuzzy{% endif %})</a></li>
{% endfor %}
</ul>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment