{% extends "rosetta/base.html" %}{% load static %} {% load rosetta i18n %} {% block header %} {{block.super}}

{% trans "Pick another file" %} / {% trans "Download this catalog" %}

{% endblock %} {% block pagetitle %}{{block.super}} - {{rosetta_i18n_lang_name}} - {{rosetta_i18n_app}} {% endblock %} {% block breadcumbs %}
{% trans "Home" %} › {{ rosetta_i18n_lang_name }} › {{ rosetta_i18n_app|title }}
{% if not rosetta_i18n_write %}

{% trans "File is read-only: download the file when done editing!" %}

{% endif %} {% if messages %}
{% for message in messages %}
{{ message|linebreaks }}
{% endfor %}
{% endif %} {% endblock %} {% block main %}
{% csrf_token %} {{form}}
{% endblock %}