{% load i18n %} {% load static %} {% load unicms_menus %} {% load_current_item_from_menu as current_item %} {% block item_publication %} {% if current_item.item.publication %} {% include "unical_publication_full_view.html" with publication=current_item.item.publication %}