{% for article in articles_page.object_list %}
{% set testing = 1 %} {% if article.photo_image %} {% set testing = 0 %} {% endif %} {% if (article.category != MICROBLOG ) %}

{{ article.title }}

{% endif %} {% if (article.category != MICROBLOG)%} {% if (testing == 1) %}
{{ article.summary }}
{% if INCLUDECATEGORY == True %} {% if article.category %} {% endif %} {% endif %} {% endif %} {% if MOREBUTTON == True %}

{% endif %} {% endif %}
{% endfor %}
{% if articles_page.has_other_pages() %} {% include 'pagination.html' %} {% endif %}