{% extends "templates/base.html" %} {% block content %} {% if user.is_superuser %}
{% endif %}{{ post.id }} | {{ post.title }} | {{ post.category.name }} | {{ post.creation_date }} | {{ post.modification_date }} | {{ post.published }} | {{ post.front_page }} | Delete |