{% extends 'admin/base.html' %} {% block title %}{{ t('pages.create_new') }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {% if source_page %}

🌍 {{ t('translate.creating_translation') }}

{{ t('translate.translating_from') }} {{ source_page.title }} ({{ source_page.get_language_name() }})

{% endif %}
{% if source_page %} {% endif %}
{{ t('editor.title_help_page') }}
{{ t('editor.slug_help') }}
{{ t('editor.excerpt_help') }}
🔍 {{ t('seo.meta_tags') }}
{{ t('seo.meta_title_help_page') }}
{{ t('seo.canonical_url_help') }}
📱 {{ t('seo.og_section') }}
{{ t('seo.og_title_help') }}
{{ t('common.preview') }}
{{ t('seo.og_image_help') }}
🐦 {{ t('seo.twitter_section') }}
{{ t('common.preview') }}
{{ t('seo.twitter_image_help') }}
🏗️ {{ t('seo.schema_section') }}
🖼️ {{ t('seo.featured_image') }}
{{ t('seo.featured_image_help') }} {{ t('seo.featured_image_social_hint') }}
{{ t('seo.featured_image_alt_help') }}
❓ {{ t('editor.faq_section') }}
{{ t('editor.faq_help') }}

📊 {{ t('editor.status_language') }}

🚀 {{ t('editor.quick_actions') }}

🧩
{{ t('builder.page_builder') }}
{{ t('builder.save_first_hint') }}

🤖 {{ t('ai.tools_title') }}

{{ t('ai.seo_help') }}

🏷️ {{ t('editor.categorization') }}

{{ t('editor.tags_help') }}

👁️ {{ t('editor.display_options') }}

{{ t('editor.display_help') }}
{{ t('editor.posts_page_help') }}
{% endblock %} {% block extra_js %} {% endblock %}