{% load i18n %} {% with object.subproject as object %} {% include "subproject_info.html" %} {% endwith %}
{% with object.total as count and object.get_translated_percent as translated and object.get_fuzzy_percent as fuzzy %} {% blocktrans %}There are {{ count }} strings, out of which {{ translated }}% is translated and {{ fuzzy }}% is fuzzy.{% endblocktrans %} {% endwith %} {% blocktrans with words=object.total_words percent=object.get_words_percent translated=object.translated_words %}There are {{ words }} words, out of which {{ percent }}% ({{ translated }}) is translated.{% endblocktrans %}