xmpp.chapril.org-conversejs/html/translation_info.html
2012-02-28 13:17:56 +01:00

12 lines
358 B
HTML

{% load i18n %}
{% with object.subproject as object %}
{% include "subproject_info.html" %}
{% endwith %}
<p>
{% blocktrans with object.unit_set.all.count as count and object.translated as translated and object.fuzzy as fuzzy %}
There are {{ count }} strings, out of which {{ translated }}% is translated
and {{ fuzzy }}% is fuzzy.
{% endblocktrans %}
</p>