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

{{post.title}}

{% else %}
image

{{post.title}}

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

Sorry! No Post in active

{% endif %}
{% endblock %}