{% load l10n static thumbnail %}
{% localize off %}{% spaceless %}
{% with css_classes=instance.css_classes inline_styles=instance.inline_styles %}
{% for instance in gallery_instances %}
{% endfor %}
{% comment %}
Currently the template to render an image gallery is not implemented well.
This is because I didn't come accross yet a good image gallery implemented for Bootstrap-3.
HTML snippets are wellcommed.
{% endcomment %}
{% thumbnail gallery_instances.0.image 1665x1665 as thumb %}