{% extends 'base.html.twig' %} {% block title %}Blog Management — Admin{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
| Cover | Title | Author | Languages | Status | Published | Actions |
|---|---|---|---|---|---|---|
|
{% if post.coverImage %}
{% endif %}
|
{% if post.titleAr %} {{ post.titleAr }} {% endif %} {% if post.titleEn %} {{ post.titleEn }} {% endif %} | {{ post.authorName }} | {% if post.hasArabic() %}AR{% endif %} {% if post.hasEnglish() %}EN{% endif %} | {% if post.isPublished() %} Published {% else %} Draft {% endif %} | {{ post.publishedAt|date('Y-m-d') }} | Edit {% if post.isPublished() %} View {% endif %} |
No blog posts yet. Create your first post!