{% load sekizai_tags thumbnail filer_tags filer_image_tags %}
{% addtoblock "css" %}{% endaddtoblock %}
{% addtoblock "js" %}{% endaddtoblock %}
{% addtoblock "js" %}{% endaddtoblock %}
{% addtoblock "js" %}
{% endaddtoblock %}
{% for image in folder_images %}
{% spaceless %}
{% thumbnail image.file 80x80 crop="smart" upscale=True subject_location=image.subject_location as thumbnail %}
{% endspaceless %}
{% endfor %}