{% load thumbnail %}
{% if image %} {% if size %} {% thumbnail image.last_revision.file size as img %} {{ title }} {% endthumbnail %} {% else %} {% thumbnail image.last_revision.file "912x912" as img %} {{ title }} {% endthumbnail %} {% endif %} {% else %} {{ title }} {% endif %} {% if title %}

{{ title }}

{% endif %}