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

{% endfor %} Law: {{ law }} {% if law_image %} {% thumbnail law_image "164x114" crop="center" as im %} {% endthumbnail %} {% endif %}

Relevance to Theatre: {{ theatre|linebreaksbr }}

Quick Howto: {{ quick_howto|linebreaksbr }}

{% for img in images %} {% thumbnail img.image "164x114" crop="center" as im %} {% endthumbnail %} {% endfor %}