{% for article in articles_page.object_list %}
{{ article.summary }}
{% endfor %} {% if articles_page.has_other_pages() %} {% include 'pagination.html' %} {% endif %}
{% endfor %} {% if articles_page.has_other_pages() %} {% include 'pagination.html' %} {% endif %}