{% load cms_tags staticfiles sekizai_tags i18n thumbnail cache %}
{% comment %}
Plugin is wrapped with a div to prevent spacings from manage-spacings
{% endcomment %}
{% if instance.folder %}
{% for image in instance.folder_images %}
{% include "allink_gallery/slider/folder_item.html" with image=image instance=instance %}
{% endfor %}
{% else %}
{% for plugin in instance.child_plugin_instances %}