{% extends 'dashboard/base_dashboard.html' %} {% load static %} {% load humanize %} {% block script_css %} {% endblock script_css %} {% block main_container %}
{% include 'dashboard/top_summary.html' %}
Posts
{% for post in object_list %} {% empty %} {% endfor %}
Title Author Category Status Published Date Action
{{ post.title }} {{ post.author.first_name }} {% if post.author.middle_name %}{{ post.author.middle_name }} {% endif %} {{ post.author.last_name }} {{ post.category.name }} {{ post.status }} {{ post.published_date|date:"d/m/Y" }}
No posts found.
{% endblock main_container %} {% block script_js %} {% endblock script_js %}