{% load i18n %} {% load static %} {% if carousel_items %}
{% for item in carousel_items %}
{% if item.image %}
{{ item.image.name }}
{% endif %} {% if item.pre_heading %}
{{ item.pre_heading }}
{% endif %} {% if item.heading %}

{{ item.heading }}

{% endif %} {% if item.description %}

{{ item.description }}

{% endif %} {% for link in item.get_links %}

{{ link.get_title }}

{% endfor %}
{% endfor %}
{% endif %}