{% load applicationcontent_tags pagination_tags i18n %} {% autopaginate entries ENTRIES_PER_PAGE %} {% fragment request "maincol" %}
{% for entry in entries %}

{{ entry.title|upper }}

{% if entry.image %}
{{ entry.title }}
{% endif %} {% if entry.intro_text %}
{{ entry.intro_text|safe }}
{% endif %}
{% endfor %}
{% paginate %}
{% endfragment %}