{% extends "rosetta/base.html" %} {% load rosetta i18n %} {% block extra_head %} {% endblock %} {% block header %} {{block.super}} {% if user.is_active and user.is_staff %}
{% trans "File is read-only: download the file when done editing!" %}
{% endif %} {% if rosetta_last_save_error %}{% trans "Some items in your last translation block couldn't be saved: this usually happens when the catalog file changes on disk after you last loaded it." %}
{% endif %} {% endblock %} {% block main %}( {% blocktrans with rosetta_i18n_pofile.percent_translated|floatformat:1 as percent_translated %}total progress: {{ percent_translated }}%{% endblocktrans %} )