{% load i18n %} {% load static %} {% load unicms_contexts %} {% load unicms_templates %} {% settings_value "UNICAL_PUBLICATION_CAROUSEL_ITEMS" as carousel_items_number %} {% random_id as uid %} {% if carousel_items %}
{% for item in carousel_items %}
{{ item.image.name }}
{% if item.pre_heading %}
{{ item.pre_heading }}
{% endif %} {% if item.heading %}

{{ item.heading }}

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

{{ item.description }}

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

{{ link.get_title }}

{% endfor %}
{% endfor %}
{% trans "Previous" %} {% trans "Next" %}
{% block all_items_link %} {% endblock all_items_link %} {% endif %}