{% load i18n %} {% load static %} {% load unicms_menus %} {% load_current_item_from_menu as items %} {% for item in items %} {% load_item_inherited_content item as publication %}
{% if publication.presentation_image %}
{% if publication.presentation_image %} {% endif %}
{% else %}
{% endif %}

{{ item.name }}

{% if publication.subheading %} {{ publication.subheading }} {% endif %} {% if item.get_childs %} {% load_item_childs item as childs %}
{% for child in childs %} {{ child.name }} {% endfor %}
{% endif %}
{% endfor %}