{% load thumbnail %}
{% for s in stories %} Story: {{ s.text }} {% if s.image %} {% thumbnail s.image "164x114" crop="center" as im %} {% endthumbnail %} {% endif %}

{% endfor %}
{% for img in images %} {% thumbnail img.image "164x114" crop="center" as im %} {% endthumbnail %} {% endfor %}
Law: {{ law }} {% if law_image %} {% thumbnail law_image "164x114" crop="center" as im %} {% endthumbnail %} {% endif %}

{% if theatre %} Spotlight on Theatre: {{ theatre|linebreaksbr }}

{% endif %} {% if quick_howto %} Quick Howto: {{ quick_howto|linebreaksbr }}

{% endif %}