{% else %}
{% endif %}
{% if DISPLAY_ARTICLE_INFO_ON_INDEX %}
{% set DISPLAY_PLUS = True %}
{% include "includes/article_info.html" %}
{% endif %}
{% if article.image and loop.index % 2 %}
{% endif %}
{% endfor %}
{% endif %}
{% include 'includes/pagination.html' %}
{% endblock content %}