{% load i18n %}
{% with object.subproject as object %}
{% include "subproject_info.html" %}
{% endwith %}
{% with object.get_translated_percent as percent and object.get_fuzzy_percent as fuzzy and object.get_words_percent as word_percent %}
{% blocktrans with object.total as count %}Strings ({{ count }}):{% endblocktrans %}
{{ percent }}%
{% blocktrans with object.total_words as count %}Words ({{ count }}):{% endblocktrans %}