{% extends "wagtailadmin/base.html" %} {% load i18n %} {% 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 "Translations for this page can't be updated right now" %}

{% trans "This page is currently being translated on LanguageCloud. It cannot be synced at this time in order to avoid conflicts with existing translated pages." %}

{% trans "Translated pages can be resynced as soon as all of the ongoing translations are completed." %}

{% trans "Go back" %}
{% endblock content %}