{% extends "jazzmin_translate/base.html" %} {% load static rosetta i18n jazzmin %} {% block pagetitle %}{{ block.super }} - {{ language }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block bodyclass %}{{ block.super }} change-list{% endblock %} {% block content_title %}{{ language }}{% endblock %} {% block object-tools %} {% endblock object-tools %} {% block content %} {% block search %}{% endblock %}
{% for app, path, po in pos %} {% with po.percent_translated as prog %} {% with po.untranslated_entries|length as len_untranslated_entries %} {% endwith %} {% endwith %} {% endfor %}
{% trans "Application" %} {% trans "Progress" %} {% trans "Messages" %} {% trans "Translated" %} {% trans "Fuzzy" %} {% trans "Obsolete" %} {% trans "File" %}
{{ app|title }}
{{ po.translated_entries|length|add:len_untranslated_entries }}{{ po.translated_entries|length }} {{ po.fuzzy_entries|length }} {{ po.obsolete_entries|length }}
{% endblock %}