{% extends "_base.html" %} {% load i18n %} {% load static %} {% load mptt_tags %} {% load content_filters %} {% load page_filters %} {% load rules %} {% block content %}

{% trans 'Review XLIFF Import' %}

{% trans 'Please review the changes that will be applied to the page translations below.' %}

{% csrf_token %} {% trans 'Abort' %}
{% for diff in translation_diffs %} {% if translation_diffs.count > 1 %} {% include "pages/_page_xliff_import_diff.html" with collapsed=True %} {% else %} {% include "pages/_page_xliff_import_diff.html" %} {% endif %} {% endfor %}
{% endblock %}