{% extends "base.html" %} {% block title %}{{ page }} - {{ block.super }}{% endblock %} {% block content %}

{{ page }}

{% for article in object_list %}

{{ article }}

{{ article.publication_date|date:"d.m.Y" }} {% if article.images.all|length %} {% endif %}
{% endfor %} {% endblock %}