{% extends 'dashboard/base/base.html' %} {% block body %}
{% if post_pending %} {% for post in post_pending%} {% if forloop.counter|divisibleby:2 %}

{{post.title}}

{% else %}
image

{{post.title}}

{% endif %} {% endfor %} {% else %}

Congrats ! No Post in Pending

{% endif %}
{% endblock %}