{% load i18n %} {% load static %} {% if carousel_items %} {% with carousel_items|length as count %}
{% for item in carousel_items %}
{% endfor %}
{% endwith %} {% endif %}