xmpp.chapril.org-conversejs/html/translation_info.html

9 lines
380 B
HTML
Raw Normal View History

2012-02-28 13:17:56 +01:00
{% load i18n %}
{% with object.subproject as object %}
{% include "subproject_info.html" %}
{% endwith %}
<p>
2012-03-02 15:10:24 +01:00
{% blocktrans with object.unit_set.all.count as count and object.get_translated_percent as translated and object.get_fuzzy_percent as fuzzy %}There are {{ count }} strings, out of which {{ translated }}% is translated and {{ fuzzy }}% is fuzzy.{% endblocktrans %}
2012-02-28 13:17:56 +01:00
</p>