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

{% translate "Review XLIFF Import" %}

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

{% csrf_token %}
{% translate "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 content %}