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

Add an article Generate blog
{% if report|length == 0 %} Any engine selected

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

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

Any article available

{% else %} {% for article in articles %} {% endfor %} {% endif %}
{{ article.id }}{{ article.title }}{{ article.category.name }}{{ article.creation_date }}{{ article.published }}{{ article.front_page }}Delete
{% endblock %}