{% load i18n %} {% load static %} {% load unicms_menus %} {% load_current_item_from_menu as current_item %} {% block item_publication %} {% if current_item.item.publication %} {% load_item_publication current_item.item as publication %} {% include "unical_publication_full_view.html" with publication=publication %}
{% endif %} {% endblock item_publication %} {% for item in current_item.childs %} {% 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 %}