{% extends 'admin/base.html' %} {% block title %}{{ t('translate.create_translation_page') }}{% endblock %} {% block extra_css %} {# Builder preview styles are loaded AFTER the editor_assets include further down โ same setup and same ordering rationale as in pages/edit.html (blocks css must win specificity ties against the editor's own .ae-content element rules). #} {% endblock %} {% block content %}
{{ t('translate.create_translation_page') }}
{{ source.title }}
{{ t('table.status') }}: {{ t('common.status_' + source.status) }} ยท {{ t('editor.slug_label') }}: /{{ source.slug }}
โ {{ t('translate.back_to_original') }}