{% extends "templates/base.html" %} {% block content %} {% if user.is_superuser %}
{% csrf_token %} {{ form.as_p }}
{% endif %}

Add a post Generate blog
{% if report|length == 0 %} Any engine selected

{% else %} {% autoescape off %} {{ report }}

{% endautoescape %} {% endif %} {% if posts|length == 0 %}

Any post available

{% else %} {% for post in posts %} {% endfor %} {% endif %}
{{ post.id }}{{ post.title }}{{ post.category.name }}{{ post.creation_date }}{{ post.modification_date }}{{ post.published }}{{ post.front_page }}Delete
{% endblock %}