{% load static %}
{% if carousel_images|length > 1 %}
{% for image in carousel_images %} {% endfor %}
{% endif %}