{% extends 'admin/base.html' %} {% block title %}{{ t('posts.edit_post') }}{% endblock %} {% block content %}
{{ t('editor.title_help') }}
{{ t('editor.slug_help') }}
{{ t('editor.excerpt_help') }}
🔍 {{ t('seo.meta_tags') }}
{{ t('seo.meta_title_help') }}
{{ t('seo.meta_description_help') }}
{{ t('seo.keywords_help') }}
{{ t('seo.canonical_url_help') }}
📱 {{ t('seo.og_section') }}
{{ t('seo.og_title_help') }}
{{ t('seo.og_description_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.schema_type_help') }}
{{ t('seo.schema_author_help') }}
{{ t('seo.schema_publisher_help') }}
🖼️ {{ 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') }}
{% for faq in post.get_faq_list() %}
{% endfor %}

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

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

👁️ {{ t('table.preview') }}

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

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

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

{{ post.get_language_name() }} — {{ t('translate.this_version') }}
{% if translations %}
    {% for tr in translations %}
  • {{ tr.get_language_name() }} {{ t('common.status_' + tr.status) }} {{ t('table.edit') }} →
  • {% endfor %}
{% else %} {% endif %} {% if missing_languages %}
🌍 {{ t('translate.create_translation') }}
{{ t('translate.ai_translate_help_post') }}
{% endif %}

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

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

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

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

📅 {{ t('editor.info') }}

{% if post.published_at %} {% endif %}
{% endblock %} {% block extra_js %} {% endblock %}