{% spaceless %}
{% for gallery in galleries %}
{% if gallery.id == attributes.gallery %}
{% if attributes.height != 'auto' %}
{% endif %}
{% set count = 0 %}
{% set active = "" %}
{% for image in gallery.images %}
{% if count == 0 %}
{% set active = " active" %}
{% else %}
{% set active = "" %}
{% endif %}
{% set count = count + 1 %}
{% endfor %}
{% set count = 0 %}
{% set active = "" %}
{% for image in gallery.images %}
{% if count == 0 %}
{% set active = " active" %}
{% else %}
{% set active = "" %}
{% endif %}