{% extends "wagtailadmin/generic/edit.html" %} {% load i18n %} {% block titletag %}Copy for translation{% endblock %} {% block content %} {% include "wagtailadmin/shared/header.html" with title="copy for translation" subtitle=translation_request_page.source_page.get_admin_display_title icon=view.header_icon %}

This will copy the "{{ translation_request_page.request.source_locale }}" version of the page into the "{{ translation_request_page.request.target_locale }}" section.

{% csrf_token %} Go back
{% endblock %}