{% extends "transhette/base.html" %} {% load transhette_filters i18n %} {% block header %} {{block.super}}

{% trans "Restart web server" %} / {% trans "Pick another file" %} / {% trans "Download this catalog" %} / {% trans "Update a file" %}

{% endblock %} {% block breadcumbs %} {% trans "Home" %} › {% blocktrans with transhette_i18n_pofile.percent_translated|floatformat:2 as percent_translated %} Update file {% endblocktrans %} {% endblock %} {% block main %}

{% trans "Are you sure you want to update this file?" %}

{{ po_dest_file }}

{% trans "Check that this path is similar to this one: "%}

{{ posible_path }}

{% if not changes_entries and not news_entries %}

{% trans "No changes"%}

{% else %}

{% trans "Your action wil have these consequences:"%}

{% endif %}
{{ form.as_django_admin }}
{% endblock %}