{% load sekizai_tags thumbnail filer_tags filer_image_tags %} {% addtoblock "css" %}{% endaddtoblock %} {% addtoblock "css" %}{% endaddtoblock %} {% addtoblock "js" %}{% endaddtoblock %} {% addtoblock "js" %}{% endaddtoblock %} {% addtoblock "js" %}{% endaddtoblock %} {% addtoblock "js" %} {% endaddtoblock %} {% for image in folder_images %}
{% thumbnail image.file 600x400 crop="smart" upscale=True subject_location=image.subject_location as thumbnail %} {% if image.name or image.description %}
{% if image.name %}

{{ image.name }}

{% endif %} {% if image.description %}

{{ image.description }}

{% endif %}
{% endif %}
{% endfor %}