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

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

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

{% endif %}
{% if source_post %} {% endif %}
{{ t('editor.title_help') }}
{{ t('editor.slug_help') }}
{{ t('editor.excerpt_help') }}
🔍 {{ t('seo.meta_tags') }}
{{ t('seo.meta_title_help') }}
{{ 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('ai.tools_title') }}

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

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

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

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

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