{% include 'blog_admin/partials/posts_topbar.html' %}
{% endfor %}
{% if num_pages and page %}
{% endif %}
{{ title }}
{% for message in messages %}| Article | Author | Created | Category | Actions | ||
|---|---|---|---|---|---|---|
|
{% if post.is_public %}
{% comment %} Published {% endcomment %}
|
|
{{ post.title }} |
{{ post.author }} | {{ post.date }} | {{ post.category }} | {% if post.is_public %} {% else %} {% endif %} |