{% load i18n %} {% load static %} {% for item in carousel_items %}
{{ item.image.name }}

{{ item.heading }}

{{ item.pre_heading }} {% if item.get_links %}
{% for link in item.get_links %} {{ link.get_title }} {% endfor %}
{% endif %}
{% if not forloop.last %}
{% endif %} {% endfor %}