{% extends "base.html" %} {% block title %}{% endblock %} {% block content %} {% for post in posts %}
{% if post.pic %} pic {% endif %}
{{ post.title }}

{{ post.text }}


{{ post.create }}

{% if request.user.is_superuser %}

Active?: {{ post.is_active }}

{% endif %} In detail..
{% endfor %} {% endblock %}