{% if article_list %}

Other articles

{% for article in article_list %} {% endfor %}
{% include 'pagination.html' %}
{% endif %}