{% extends "rosetta/base.html" %} {% load rosetta i18n %} {% block header %} {{block.super}}
{% endblock %} {% block breadcumbs %} {% trans "Home" %} › {{ rosetta_i18n_lang_name }} › {{ rosetta_i18n_app|title }} › {% blocktrans with rosetta_i18n_pofile.percent_translated|floatformat:2 as percent_translated %}Progress: {{ percent_translated }}%{% endblocktrans %} {% if not rosetta_i18n_write %}{% trans "File is read-only: download the file when done editing!" %}{% endif %} {% endblock %} {% block pagetitle %}{{MESSAGES_SOURCE_LANGUAGE_NAME}} - {{rosetta_i18n_lang_name}} ({{ rosetta_i18n_pofile.percent_translated|floatformat:0 }}%){% endblock %} {% block main %}