{% if article_list %}

Other articles

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