{% for image in images %}
{% if image.href %} {% endif %} {% if image.shrink == 1 %}
{% elif image.shrink == 2 %}
{% elif image.shrink == 3 %}
{% endif %} {% if image.shrink %}
{% endif %} {% if image.description %}

{{ image.description }}

{% endif %} {% if image.href %}
{% endif %}
{% endfor %}