{% load feincms_tags i18n %} {% block content %} {% block object_list %}
{% for entry in object_list %}

{{ entry }}

{% if entry.first_image %}{{ entry.first_image.render }}{% endif %} {% if entry.first_richtext %}{{ entry.first_richtext.render }}{% endif %}
{% endfor %}
{% endblock %} {% block pagination %} {% endblock %} {% endblock %}