{% if page_teasers %} {% load thumbnail %}
{% for teaser in page_teasers %}
{% if teaser.image %} {% thumbnail teaser.image "120x120" as img %} {% endthumbnail %} {% endif %} {{ teaser }}

{{ teaser.body }}

{% if forloop.counter|divisibleby:2 %}
{% endif %} {% endfor %} {% if not forloop.counter|divisibleby:2 %}
{% endif %}
{% endif %}