{% extends "rosetta/base.html" %} {% load rosetta i18n %} {% block title %}{{block.super}} - {{MESSAGES_SOURCE_LANGUAGE_NAME}} - {{rosetta_i18n_lang_name}} ({{ rosetta_i18n_pofile.percent_translated|floatformat:0 }}%){% endblock %} {% block content_subtitle %} / {{MESSAGES_SOURCE_LANGUAGE_NAME}} {% blocktrans %}to {{rosetta_i18n_lang_name}}{% endblocktrans %}{% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block extrastyle %} {{ block.super }} {# Dirty hack because rosetta uses messages for the object list instead of object_list ... argh. #} {% endblock %} {% block breadcrumbs %} {% if not rosetta_i18n_write %}
{% 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 bodyclass %}{% endblock %} {% block content-class %}grp-change-list content-flexible{% endblock %} {% block object-tools %} {% endblock %} {% block main %}