{% load thumbnail %}
{% if image %}
{# end render figure/figcaption #}
{# XXL #}
{% if thumbnail_xxl %}
{% endif %}
{# XL #}
{% if thumbnail_xl %}
{% endif %}
{# LG #}
{% if thumbnail_lg %}
{% endif %}
{# MD #}
{% if thumbnail_md %}
{% endif %}
{# SM #}
{% if thumbnail_sm %}
{% endif %}
{# XS #}
{% endif %}