{% include 'blog_admin/partials/posts_topbar.html' %}
{% endfor %}
{% if num_pages and page %}
{% endif %}
{{ title }}
{% for message in messages %}| Cover | Article | Author | Created | Category | Actions | |
|---|---|---|---|---|---|---|
|
{% if post.is_public %}
|
|
{{ post.title }} | {{ post.author }} | {{ post.date | date:"d M Y" }} | {{ post.category }} | {% if post.is_public %} {% else %} {% endif %} |