{% extends "wagtailadmin/base.html" %} {% load i18n wagtailadmin_tags %} {% block titletag %}{{ view.get_title }} {{ view.get_subtitle }}{% endblock %} {% block content %} {% include "wagtailadmin/shared/header.html" with title=view.get_title subtitle=view.get_subtitle icon="doc-empty-inverse" %}

{% trans "Why would I sync my page?" %}

{% trans "Changes are not automatically applied between translated pages. Syncing will add new content for translation and remove deleted content." %}

{% blocktrans with last_sync_date=last_sync_date %}The last sync date was {{ last_sync_date }}. You are about to sync the following:{% endblocktrans %}

{% csrf_token %} {% if next_url %} {% endif %} {% for field in form.hidden_fields %}{{ field }}{% endfor %}
{% endblock %} {% block extra_css %} {{ block.super }} {% endblock %}