{% load thumbnail %} {% if image %} {% thumbnail image thumb_opts.size crop=thumb_opts.crop upscale=thumb_opts.upscale subject_location=image.subject_location as thumbnail %} {{ image.default_alt_text }} {% endif %} {% if title %} {{ title }} {% endif %} {% if subtitle %}

{{ subtitle }}

{% endif %}