{% extends 'dashboard/base/base.html' %} {% block body %}

{{post_count}}

Total Posts

You have {{post_count}} Posts in total

95

Total Reviews

Someone bookmarked your listing!

{% if post %}

Pending Posts

{% if post_pending %}
{% for post in post_active %} {% endfor %}
Date Post Title
{{ post.created_at| date}} {{ post.title}}
{% else %}

Congrats ! You have no Post in Pending

{% endif %}

Active Posts

{% if post_active %}
{% for post in post_active %} {% endfor %}
Date Post Title
{{ post.created_at| date}} {{ post.title}}
{% else %}

Sorry ! You have no Post in Active

{% endif %}
{% else %}

Sorry no Post-stat to show

{% endif %}

Recent Activities

User List

Site Traffic

Bar Chart

Search Engine

2019 Suchana by Cyclone Themes

--> {% endblock %}