{% extends 'bootstrap-italia-base.html' %} {% load i18n %} {% load static %} {% load unicms_template_italia %} {% if debug %} {% load sass_tags %} {% endif %} {% load static %} {% load unicms_carousels %} {% load unicms_contexts %} {% load unicms_menus %} {% load unicms_pages %} {% load unicms_publications %} {% load unicms_templates %} {% block page_meta_description %}{{ webpath.meta_description }}{% endblock page_meta_description %} {% block page_meta_keywords %}{{ webpath.meta_keywords }}{% endblock page_meta_keywords %} {% block page_meta_robots %}{{ webpath.robots }}{% endblock page_meta_robots %} {% block extra_head %} {{ block.super }} {% block head_inits %} {% include "inits/vue-init.html" %} {% include "inits/owl-carousel-init.html" %} {% endblock head_inits %} {% block social_tags %}{% endblock social_tags %} {% endblock extra_head %} {% block page_title %} {% if page %} {{ page.title }} - {{ website.name }} {% else %} {% trans "University of Calabria" %} {% endif %} {% endblock page_title %} {% block header_slim_top_left %} {% if request.user.is_staff %} {% include "components/italia_editorialboard_frontend_menu.html" %} {% endif %} {% endblock header_slim_top_left %} {% block header_slim_sub_menu %} {% endblock header_slim_sub_menu %} {% block header_slim_buttons %}
{% if request.user.is_authenticated %} {% else %} {% endif %}
{% endblock header_slim_buttons %} {% block header_center_url %} {% settings_value "CMS_PATH_PREFIX" as cms_path_prefix %}/{{ cms_path_prefix }} {% endblock header_center_url %} {% block header_mobile_arrow %} {% endblock header_mobile_arrow %} {% block header_mobile_slim_menu %} {% endblock header_mobile_slim_menu %} {% block header_slim_mobile_org_name %} {% endblock header_slim_mobile_org_name %} {% block header_center_wrapper_columns %} col-10 offset-2 col-lg-12 offset-lg-0 {% endblock header_center_wrapper_columns %} {% block main_menu %} {% load_blocks section='menu-1' %} {% endblock main_menu %} {% block container %} {% block banner %} {% load_blocks section='banner' %} {% endblock banner %} {% block menu-2 %} {% load_blocks section='menu-2' %} {% endblock menu-2 %} {% block breadcrumbs %} {% load_blocks section="breadcrumbs" %} {% endblock breadcrumbs %} {% block section_1 %} {% blocks_in_position section="section-1" as section_1 %} {% if section_1 %} {% load_blocks section="1-top-a" as 1_top_a %} {% load_blocks section="1-top-b" as 1_top_b %} {% load_blocks section="1-top-c" as 1_top_c %} {% load_blocks section="1-mid-top-a" as 1_mid_top_a %} {% load_blocks section="1-mid-top-b" as 1_mid_top_b %} {% load_blocks section="1-mid-top-c" as 1_mid_top_c %} {% load_blocks section="1-left-a" as 1_left_a %} {% load_blocks section="1-left-b" as 1_left_b %} {% load_blocks section="1-center-top-a" as 1_center_top_a %} {% load_blocks section="1-center-top-b" as 1_center_top_b %} {% load_blocks section="1-center-top-c" as 1_center_top_c %} {% load_blocks section="1-center-mid-top-a" as 1_center_mid_top_a %} {% load_blocks section="1-center-mid-top-b" as 1_center_mid_top_b %} {% load_blocks section="1-center-mid-top-c" as 1_center_mid_top_c %} {% load_blocks section="1-center-content" as 1_center_content %} {% load_blocks section="1-center-mid-bottom-a" as 1_center_mid_bottom_a %} {% load_blocks section="1-center-mid-bottom-b" as 1_center_mid_bottom_b %} {% load_blocks section="1-center-mid-bottom-c" as 1_center_mid_bottom_c %} {% load_blocks section="1-center-bottom-a" as 1_center_bottom_a %} {% load_blocks section="1-center-bottom-b" as 1_center_bottom_b %} {% load_blocks section="1-center-bottom-c" as 1_center_bottom_c %} {% load_blocks section="1-right-a" as 1_right_a %} {% load_blocks section="1-right-b" as 1_right_b %} {% load_blocks section="1-mid-bottom-a" as 1_mid_bottom_a %} {% load_blocks section="1-mid-bottom-b" as 1_mid_bottom_b %} {% load_blocks section="1-mid-bottom-c" as 1_mid_bottom_c %} {% load_blocks section="1-bottom-a" as 1_bottom_a %} {% load_blocks section="1-bottom-b" as 1_bottom_b %} {% load_blocks section="1-bottom-c" as 1_bottom_c %}
{% if 1_top_a or 1_top_b or 1_top_c %}
{% if 1_top_a and 1_top_b and 1_top_c %}
{{ 1_top_a }}
{{ 1_top_b }}
{{ 1_top_c }}
{% elif 1_top_a and 1_top_b %}
{{ 1_top_a }}
{{ 1_top_b }}
{% elif 1_top_a and 1_top_c %}
{{ 1_top_a }}
{{ 1_top_c }}
{% elif 1_top_b and 1_top_c %}
{{ 1_top_b }}
{{ 1_top_c }}
{% else %}
{{ 1_top_a }}{{ 1_top_b }}{{ 1_top_c }}
{% endif %}
{% endif %} {% if 1_mid_top_a or 1_mid_top_b or 1_mid_top_c %}
{% if 1_mid_top_a and 1_mid_top_b and 1_mid_top_c %}
{{ 1_mid_top_a }}
{{ 1_mid_top_b }}
{{ 1_mid_top_c }}
{% elif 1_mid_top_a and 1_mid_top_b %}
{{ 1_mid_top_a }}
{{ 1_mid_top_b }}
{% elif 1_mid_top_a and 1_mid_top_c %}
{{ 1_mid_top_a }}
{{ 1_mid_top_c }}
{% elif 1_mid_top_b and 1_mid_top_c %}
{{ 1_mid_top_b }}
{{ 1_mid_top_c }}
{% else %}
{{ 1_mid_top_a }}{{ 1_mid_top_b }}{{ 1_mid_top_c }}
{% endif %}
{% endif %} {% if 1_center_top_a or 1_center_top_b or 1_center_top_c or 1_center_mid_top_a or 1_center_mid_top_b or 1_center_mid_top_c or 1_center_content or 1_center_mid_bottom_a or 1_center_mid_bottom_b or 1_center_mid_bottom_c or 1_center_bottom_a or 1_center_bottom_b or 1_center_bottom_c %} {% if 1_left_a or 1_left_b %} {% if 1_left_a and 1_left_b %}
{% elif 1_left_a %}
{% else %}
{% endif %}
{% if 1_left_a and 1_left_b %}
{{ 1_left_a }}
{{ 1_left_b }}
{% elif 1_left_a %}
{{ 1_left_a }}
{% else %}
{{ 1_left_b }}
{% endif %}
{% endif %} {% if 1_left_a and 1_left_b and 1_right_a and 1_right_b %}
{% elif 1_left_a and 1_left_b and 1_right_a %}
{% elif 1_left_a and 1_left_b and 1_right_b %}
{% elif 1_left_a and 1_right_a and 1_right_b %}
{% elif 1_left_a and 1_right_a %}
{% elif 1_left_a and 1_right_b %}
{% elif 1_left_b and 1_right_a and 1_right_b %}
{% elif 1_left_b and 1_right_a %}
{% elif 1_left_b and 1_right_b %}
{% elif 1_left_a and 1_left_b %}
{% elif 1_left_a %}
{% elif 1_left_b %}
{% elif 1_right_a and 1_right_b %}
{% elif 1_right_a %}
{% elif 1_right_b %}
{% else %}
{% endif %} {% if 1_center_top_a or 1_center_top_b or 1_center_top_c %}
{% if 1_center_top_a and 1_center_top_b and 1_center_top_c %}
{{ 1_center_top_a }}
{{ 1_center_top_b }}
{{ 1_center_top_c }}
{% elif 1_center_top_a and 1_center_top_b %}
{{ 1_center_top_a }}
{{ 1_center_top_b }}
{% elif 1_center_top_a and 1_center_top_c %}
{{ 1_center_top_a }}
{{ 1_center_top_c }}
{% elif 1_center_top_b and 1_center_top_c %}
{{ 1_center_top_b }}
{{ 1_center_top_c }}
{% else %}
{{ 1_center_top_a }}{{ 1_center_top_b }}{{ 1_center_top_c }}
{% endif %}
{% endif %} {% if 1_center_mid_top_a or 1_center_mid_top_b or 1_center_top_c %}
{% if 1_center_mid_top_a and 1_center_mid_top_b and 1_center_mid_top_c %}
{{ 1_center_mid_top_a }}
{{ 1_center_mid_top_b }}
{{ 1_center_mid_top_c }}
{% elif 1_center_mid_top_a and 1_center_mid_top_b %}
{{ 1_center_mid_top_a }}
{{ 1_center_mid_top_b }}
{% elif 1_center_mid_top_a and 1_center_mid_top_c %}
{{ 1_center_mid_top_a }}
{{ 1_center_mid_top_c }}
{% elif 1_center_mid_top_b and 1_center_mid_top_c %}
{{ 1_center_mid_top_b }}
{{ 1_center_mid_top_c }}
{% else %}
{{ 1_center_mid_top_a }}{{ 1_center_mid_top_b }}{{ 1_center_mid_top_c }}
{% endif %}
{% endif %} {% if 1_center_content %}
{{ 1_center_content }}
{% endif %} {% if 1_center_mid_bottom_a or 1_center_mid_bottom_b or 1_center_mid_bottom_c %}
{% if 1_center_mid_bottom_a and 1_center_mid_bottom_b and 1_center_mid_bottom_c %}
{{ 1_center_mid_bottom_a }}
{{ 1_center_mid_bottom_b }}
{{ 1_center_mid_bottom_c }}
{% elif 1_center_mid_bottom_a and 1_center_mid_bottom_b %}
{{ 1_center_mid_bottom_a }}
{{ 1_center_mid_bottom_b }}
{% elif 1_center_mid_bottom_a and 1_center_mid_bottom_c %}
{{ 1_center_mid_bottom_a }}
{{ 1_center_mid_bottom_c }}
{% elif 1_center_mid_bottom_b and 1_center_mid_bottom_c %}
{{ 1_center_mid_bottom_b }}
{{ 1_center_mid_bottom_c }}
{% else %}
{{ 1_center_mid_bottom_a }}{{ 1_center_mid_bottom_b }}{{ 1_center_mid_bottom_c }}
{% endif %}
{% endif %} {% if 1_center_bottom_a or 1_center_bottom_b or 1_center_bottom_c %}
{% if 1_center_bottom_a and 1_center_bottom_b and 1_center_bottom_c %}
{{ 1_center_bottom_a }}
{{ 1_center_bottom_b }}
{{ 1_center_bottom_c }}
{% elif 1_center_bottom_a and 1_center_bottom_b %}
{{ 1_center_bottom_a }}
{{ 1_center_bottom_b }}
{% elif 1_center_bottom_a and 1_center_bottom_c %}
{{ 1_center_bottom_a }}
{{ 1_center_bottom_c }}
{% elif 1_center_bottom_b and 1_center_bottom_c %}
{{ 1_center_bottom_b }}
{{ 1_center_bottom_c }}
{% else %}
{{ 1_center_bottom_a }}{{ 1_center_bottom_b }}{{ 1_center_bottom_c }}
{% endif %}
{% endif %}
{% if 1_right_a or 1_right_b %} {% if 1_right_a and 1_right_b %}
{% elif 1_right_a %}
{% else %}
{% endif %}
{% if 1_right_a and 1_right_b %}
{{ 1_right_a }}
{{ 1_right_b }}
{% elif 1_right_a %}
{{ 1_right_a }}
{% else %}
{{ 1_right_b }}
{% endif %}
{% endif %} {% else %} {% if 1_left_a or 1_left_b %} {% if 1_left_a and 1_left_b %}
{% elif 1_left_a %}
{% elif 1_left_b %}
{% endif %}
{% if 1_left_a and 1_left_b %}
{{ 1_left_a }}
{{ 1_left_b }}
{% elif 1_left_a %}
{{ 1_left_a }}
{% else %}
{{ 1_left_b }}
{% endif %}
{% endif %} {% if 1_right_a or 1_right_b %} {% if 1_right_a and 1_right_b %}
{% elif 1_right_a %}
{% elif 1_right_b %}
{% endif %}
{% if 1_right_a and 1_right_b %}
{{ 1_right_a }}
{{ 1_right_b }}/div> {% elif 1_right_a %}
{{ 1_right_a }}
{% else %}
{{ 1_right_b }}
{% endif %}
{% endif %} {% endif %} {% if 1_mid_bottom_a or 1_mid_bottom_b or 1_mid_bottom_c %}
{% if 1_mid_bottom_a and 1_mid_bottom_b and 1_mid_bottom_c %}
{{ 1_mid_bottom_a }}
{{ 1_mid_bottom_b }}
{{ 1_mid_bottom_c }}
{% elif 1_mid_bottom_a and 1_mid_bottom_b %}
{{ 1_mid_bottom_a }}
{{ 1_mid_bottom_b }}
{% elif 1_mid_bottom_a and 1_mid_bottom_c %}
{{ 1_mid_bottom_a }}
{{ 1_mid_bottom_c }}
{% elif 1_mid_bottom_b and 1_mid_bottom_c %}
{{ 1_mid_bottom_b }}
{{ 1_mid_bottom_c }}
{% else %}
{{ 1_mid_bottom_a }}{{ 1_mid_bottom_b }}{{ 1_mid_bottom_c }}
{% endif %}
{% endif %} {% if 1_bottom_a or 1_bottom_b or 1_bottom_c %}
{% if 1_bottom_a and 1_bottom_b and 1_bottom_c %}
{{ 1_bottom_a }}
{{ 1_bottom_b }}
{{ 1_bottom_c }}
{% elif 1_bottom_a and 1_bottom_b %}
{{ 1_bottom_a }}
{{ 1_bottom_b }}
{% elif 1_bottom_a and 1_bottom_c %}
{{ 1_bottom_a }}
{{ 1_bottom_c }}
{% elif 1_bottom_b and 1_bottom_c %}
{{ 1_bottom_b }}
{{ 1_bottom_c }}
{% else %}
{{ 1_bottom_a }}{{ 1_bottom_b }}{{ 1_bottom_c }}
{% endif %}
{% endif %}
{% endif %} {% endblock section_1 %} {% block section_2 %} {% blocks_in_position section="section-2" as section_2 %} {% if section_2 %} {% load_blocks section="2-top-a" as 2_top_a %} {% load_blocks section="2-top-b" as 2_top_b %} {% load_blocks section="2-top-c" as 2_top_c %} {% load_blocks section="2-mid-top-a" as 2_mid_top_a %} {% load_blocks section="2-mid-top-b" as 2_mid_top_b %} {% load_blocks section="2-mid-top-c" as 2_mid_top_c %} {% load_blocks section="2-left-a" as 2_left_a %} {% load_blocks section="2-left-b" as 2_left_b %} {% load_blocks section="2-center-top-a" as 2_center_top_a %} {% load_blocks section="2-center-top-b" as 2_center_top_b %} {% load_blocks section="2-center-top-c" as 2_center_top_c %} {% load_blocks section="2-center-mid-top-a" as 2_center_mid_top_a %} {% load_blocks section="2-center-mid-top-b" as 2_center_mid_top_b %} {% load_blocks section="2-center-mid-top-c" as 2_center_mid_top_c %} {% load_blocks section="2-center-content" as 2_center_content %} {% load_blocks section="2-center-mid-bottom-a" as 2_center_mid_bottom_a %} {% load_blocks section="2-center-mid-bottom-b" as 2_center_mid_bottom_b %} {% load_blocks section="2-center-mid-bottom-c" as 2_center_mid_bottom_c %} {% load_blocks section="2-center-bottom-a" as 2_center_bottom_a %} {% load_blocks section="2-center-bottom-b" as 2_center_bottom_b %} {% load_blocks section="2-center-bottom-c" as 2_center_bottom_c %} {% load_blocks section="2-right-a" as 2_right_a %} {% load_blocks section="2-right-b" as 2_right_b %} {% load_blocks section="2-mid-bottom-a" as 2_mid_bottom_a %} {% load_blocks section="2-mid-bottom-b" as 2_mid_bottom_b %} {% load_blocks section="2-mid-bottom-c" as 2_mid_bottom_c %} {% load_blocks section="2-bottom-a" as 2_bottom_a %} {% load_blocks section="2-bottom-b" as 2_bottom_b %} {% load_blocks section="2-bottom-c" as 2_bottom_c %}
{% if 2_top_a or 2_top_b or 2_top_c %}
{% if 2_top_a and 2_top_b and 2_top_c %}
{{ 2_top_a }}
{{ 2_top_b }}
{{ 2_top_c }}
{% elif 2_top_a and 2_top_b %}
{{ 2_top_a }}
{{ 2_top_b }}
{% elif 2_top_a and 2_top_c %}
{{ 2_top_a }}
{{ 2_top_c }}
{% elif 2_top_b and 2_top_c %}
{{ 2_top_b }}
{{ 2_top_c }}
{% else %}
{{ 2_top_a }}{{ 2_top_b }}{{ 2_top_c }}
{% endif %}
{% endif %} {% if 2_mid_top_a or 2_mid_top_b or 2_mid_top_c %}
{% if 2_mid_top_a and 2_mid_top_b and 2_mid_top_c %}
{{ 2_mid_top_a }}
{{ 2_mid_top_b }}
{{ 2_mid_top_c }}
{% elif 2_mid_top_a and 2_mid_top_b %}
{{ 2_mid_top_a }}
{{ 2_mid_top_b }}
{% elif 2_mid_top_a and 2_mid_top_c %}
{{ 2_mid_top_a }}
{{ 2_mid_top_c }}
{% elif 2_mid_top_b and 2_mid_top_c %}
{{ 2_mid_top_b }}
{{ 2_mid_top_c }}
{% else %}
{{ 2_mid_top_a }}{{ 2_mid_top_b }}{{ 2_mid_top_c }}
{% endif %}
{% endif %} {% if 2_center_top_a or 2_center_top_b or 2_center_top_c or 2_center_mid_top_a or 2_center_mid_top_b or 2_center_mid_top_c or 2_center_content or 2_center_mid_bottom_a or 2_center_mid_bottom_b or 2_center_mid_bottom_c or 2_center_bottom_a or 2_center_bottom_b or 2_center_bottom_c %} {% if 2_left_a or 2_left_b %} {% if 2_left_a and 2_left_b %}
{% elif 2_left_a %}
{% else %}
{% endif %}
{% if 2_left_a and 2_left_b %}
{{ 2_left_a }}
{{ 2_left_b }}
{% elif 2_left_a %}
{{ 2_left_a }}
{% else %}
{{ 2_left_b }}
{% endif %}
{% endif %} {% if 2_left_a and 2_left_b and 2_right_a and 2_right_b %}
{% elif 2_left_a and 2_left_b and 2_right_a %}
{% elif 2_left_a and 2_left_b and 2_right_b %}
{% elif 2_left_a and 2_right_a and 2_right_b %}
{% elif 2_left_a and 2_right_a %}
{% elif 2_left_a and 2_right_b %}
{% elif 2_left_b and 2_right_a and 2_right_b %}
{% elif 2_left_b and 2_right_a %}
{% elif 2_left_b and 2_right_b %}
{% elif 2_left_a and 2_left_b %}
{% elif 2_left_a %}
{% elif 2_left_b %}
{% elif 2_right_a and 2_right_b %}
{% elif 2_right_a %}
{% elif 2_right_b %}
{% else %}
{% endif %} {% if 2_center_top_a or 2_center_top_b or 2_center_top_c %}
{% if 2_center_top_a and 2_center_top_b and 2_center_top_c %}
{{ 2_center_top_a }}
{{ 2_center_top_b }}
{{ 2_center_top_c }}
{% elif 2_center_top_a and 2_center_top_b %}
{{ 2_center_top_a }}
{{ 2_center_top_b }}
{% elif 2_center_top_a and 2_center_top_c %}
{{ 2_center_top_a }}
{{ 2_center_top_c }}
{% elif 2_center_top_b and 2_center_top_c %}
{{ 2_center_top_b }}
{{ 2_center_top_c }}
{% else %}
{{ 2_center_top_a }}{{ 2_center_top_b }}{{ 2_center_top_c }}
{% endif %}
{% endif %} {% if 2_center_mid_top_a or 2_center_mid_top_b or 2_center_top_c %}
{% if 2_center_mid_top_a and 2_center_mid_top_b and 2_center_mid_top_c %}
{{ 2_center_mid_top_a }}
{{ 2_center_mid_top_b }}
{{ 2_center_mid_top_c }}
{% elif 2_center_mid_top_a and 2_center_mid_top_b %}
{{ 2_center_mid_top_a }}
{{ 2_center_mid_top_b }}
{% elif 2_center_mid_top_a and 2_center_mid_top_c %}
{{ 2_center_mid_top_a }}
{{ 2_center_mid_top_c }}
{% elif 2_center_mid_top_b and 2_center_mid_top_c %}
{{ 2_center_mid_top_b }}
{{ 2_center_mid_top_c }}
{% else %}
{{ 2_center_mid_top_a }}{{ 2_center_mid_top_b }}{{ 2_center_mid_top_c }}
{% endif %}
{% endif %} {% if 2_center_content %}
{{ 2_center_content }}
{% endif %} {% if 2_center_mid_bottom_a or 2_center_mid_bottom_b or 2_center_mid_bottom_c %}
{% if 2_center_mid_bottom_a and 2_center_mid_bottom_b and 2_center_mid_bottom_c %}
{{ 2_center_mid_bottom_a }}
{{ 2_center_mid_bottom_b }}
{{ 2_center_mid_bottom_c }}
{% elif 2_center_mid_bottom_a and 2_center_mid_bottom_b %}
{{ 2_center_mid_bottom_a }}
{{ 2_center_mid_bottom_b }}
{% elif 2_center_mid_bottom_a and 2_center_mid_bottom_c %}
{{ 2_center_mid_bottom_a }}
{{ 2_center_mid_bottom_c }}
{% elif 2_center_mid_bottom_b and 2_center_mid_bottom_c %}
{{ 2_center_mid_bottom_b }}
{{ 2_center_mid_bottom_c }}
{% else %}
{{ 2_center_mid_bottom_a }}{{ 2_center_mid_bottom_b }}{{ 2_center_mid_bottom_c }}
{% endif %}
{% endif %} {% if 2_center_bottom_a or 2_center_bottom_b or 2_center_bottom_c %}
{% if 2_center_bottom_a and 2_center_bottom_b and 2_center_bottom_c %}
{{ 2_center_bottom_a }}
{{ 2_center_bottom_b }}
{{ 2_center_bottom_c }}
{% elif 2_center_bottom_a and 2_center_bottom_b %}
{{ 2_center_bottom_a }}
{{ 2_center_bottom_b }}
{% elif 2_center_bottom_a and 2_center_bottom_c %}
{{ 2_center_bottom_a }}
{{ 2_center_bottom_c }}
{% elif 2_center_bottom_b and 2_center_bottom_c %}
{{ 2_center_bottom_b }}
{{ 2_center_bottom_c }}
{% else %}
{{ 2_center_bottom_a }}{{ 2_center_bottom_b }}{{ 2_center_bottom_c }}
{% endif %}
{% endif %}
{% if 2_right_a or 2_right_b %} {% if 2_right_a and 2_right_b %}
{% elif 2_right_a %}
{% else %}
{% endif %}
{% if 2_right_a and 2_right_b %}
{{ 2_right_a }}
{{ 2_right_b }}
{% elif 2_right_a %}
{{ 2_right_a }}
{% else %}
{{ 2_right_b }}
{% endif %}
{% endif %} {% else %} {% if 2_left_a or 2_left_b %} {% if 2_left_a and 2_left_b %}
{% elif 2_left_a %}
{% elif 2_left_b %}
{% endif %}
{% if 2_left_a and 2_left_b %}
{{ 2_left_a }}
{{ 2_left_b }}
{% elif 2_left_a %}
{{ 2_left_a }}
{% else %}
{{ 2_left_b }}
{% endif %}
{% endif %} {% if 2_right_a or 2_right_b %} {% if 2_right_a and 2_right_b %}
{% elif 2_right_a %}
{% elif 2_right_b %}
{% endif %}
{% if 2_right_a and 2_right_b %}
{{ 2_right_a }}
{{ 2_right_b }}/div> {% elif 2_right_a %}
{{ 2_right_a }}
{% else %}
{{ 2_right_b }}
{% endif %}
{% endif %} {% endif %} {% if 2_mid_bottom_a or 2_mid_bottom_b or 2_mid_bottom_c %}
{% if 2_mid_bottom_a and 2_mid_bottom_b and 2_mid_bottom_c %}
{{ 2_mid_bottom_a }}
{{ 2_mid_bottom_b }}
{{ 2_mid_bottom_c }}
{% elif 2_mid_bottom_a and 2_mid_bottom_b %}
{{ 2_mid_bottom_a }}
{{ 2_mid_bottom_b }}
{% elif 2_mid_bottom_a and 2_mid_bottom_c %}
{{ 2_mid_bottom_a }}
{{ 2_mid_bottom_c }}
{% elif 2_mid_bottom_b and 2_mid_bottom_c %}
{{ 2_mid_bottom_b }}
{{ 2_mid_bottom_c }}
{% else %}
{{ 2_mid_bottom_a }}{{ 2_mid_bottom_b }}{{ 2_mid_bottom_c }}
{% endif %}
{% endif %} {% if 2_bottom_a or 2_bottom_b or 2_bottom_c %}
{% if 2_bottom_a and 2_bottom_b and 2_bottom_c %}
{{ 2_bottom_a }}
{{ 2_bottom_b }}
{{ 2_bottom_c }}
{% elif 2_bottom_a and 2_bottom_b %}
{{ 2_bottom_a }}
{{ 2_bottom_b }}
{% elif 2_bottom_a and 2_bottom_c %}
{{ 2_bottom_a }}
{{ 2_bottom_c }}
{% elif 2_bottom_b and 2_bottom_c %}
{{ 2_bottom_b }}
{{ 2_bottom_c }}
{% else %}
{{ 2_bottom_a }}{{ 2_bottom_b }}{{ 2_bottom_c }}
{% endif %}
{% endif %}
{% endif %} {% endblock section_2 %} {% block section_3 %} {% blocks_in_position section="section-3" as section_3 %} {% if section_3 %} {% load_blocks section="3-top-a" as 3_top_a %} {% load_blocks section="3-top-b" as 3_top_b %} {% load_blocks section="3-top-c" as 3_top_c %} {% load_blocks section="3-mid-top-a" as 3_mid_top_a %} {% load_blocks section="3-mid-top-b" as 3_mid_top_b %} {% load_blocks section="3-mid-top-c" as 3_mid_top_c %} {% load_blocks section="3-left-a" as 3_left_a %} {% load_blocks section="3-left-b" as 3_left_b %} {% load_blocks section="3-center-top-a" as 3_center_top_a %} {% load_blocks section="3-center-top-b" as 3_center_top_b %} {% load_blocks section="3-center-top-c" as 3_center_top_c %} {% load_blocks section="3-center-mid-top-a" as 3_center_mid_top_a %} {% load_blocks section="3-center-mid-top-b" as 3_center_mid_top_b %} {% load_blocks section="3-center-mid-top-c" as 3_center_mid_top_c %} {% load_blocks section="3-center-content" as 3_center_content %} {% load_blocks section="3-center-mid-bottom-a" as 3_center_mid_bottom_a %} {% load_blocks section="3-center-mid-bottom-b" as 3_center_mid_bottom_b %} {% load_blocks section="3-center-mid-bottom-c" as 3_center_mid_bottom_c %} {% load_blocks section="3-center-bottom-a" as 3_center_bottom_a %} {% load_blocks section="3-center-bottom-b" as 3_center_bottom_b %} {% load_blocks section="3-center-bottom-c" as 3_center_bottom_c %} {% load_blocks section="3-right-a" as 3_right_a %} {% load_blocks section="3-right-b" as 3_right_b %} {% load_blocks section="3-mid-bottom-a" as 3_mid_bottom_a %} {% load_blocks section="3-mid-bottom-b" as 3_mid_bottom_b %} {% load_blocks section="3-mid-bottom-c" as 3_mid_bottom_c %} {% load_blocks section="3-bottom-a" as 3_bottom_a %} {% load_blocks section="3-bottom-b" as 3_bottom_b %} {% load_blocks section="3-bottom-c" as 3_bottom_c %}
{% if 3_top_a or 3_top_b or 3_top_c %}
{% if 3_top_a and 3_top_b and 3_top_c %}
{{ 3_top_a }}
{{ 3_top_b }}
{{ 3_top_c }}
{% elif 3_top_a and 3_top_b %}
{{ 3_top_a }}
{{ 3_top_b }}
{% elif 3_top_a and 3_top_c %}
{{ 3_top_a }}
{{ 3_top_c }}
{% elif 3_top_b and 3_top_c %}
{{ 3_top_b }}
{{ 3_top_c }}
{% else %}
{{ 3_top_a }}{{ 3_top_b }}{{ 3_top_c }}
{% endif %}
{% endif %} {% if 3_mid_top_a or 3_mid_top_b or 3_mid_top_c %}
{% if 3_mid_top_a and 3_mid_top_b and 3_mid_top_c %}
{{ 3_mid_top_a }}
{{ 3_mid_top_b }}
{{ 3_mid_top_c }}
{% elif 3_mid_top_a and 3_mid_top_b %}
{{ 3_mid_top_a }}
{{ 3_mid_top_b }}
{% elif 3_mid_top_a and 3_mid_top_c %}
{{ 3_mid_top_a }}
{{ 3_mid_top_c }}
{% elif 3_mid_top_b and 3_mid_top_c %}
{{ 3_mid_top_b }}
{{ 3_mid_top_c }}
{% else %}
{{ 3_mid_top_a }}{{ 3_mid_top_b }}{{ 3_mid_top_c }}
{% endif %}
{% endif %} {% if 3_center_top_a or 3_center_top_b or 3_center_top_c or 3_center_mid_top_a or 3_center_mid_top_b or 3_center_mid_top_c or 3_center_content or 3_center_mid_bottom_a or 3_center_mid_bottom_b or 3_center_mid_bottom_c or 3_center_bottom_a or 3_center_bottom_b or 3_center_bottom_c %} {% if 3_left_a or 3_left_b %} {% if 3_left_a and 3_left_b %}
{% elif 3_left_a %}
{% else %}
{% endif %}
{% if 3_left_a and 3_left_b %}
{{ 3_left_a }}
{{ 3_left_b }}
{% elif 3_left_a %}
{{ 3_left_a }}
{% else %}
{{ 3_left_b }}
{% endif %}
{% endif %} {% if 3_left_a and 3_left_b and 3_right_a and 3_right_b %}
{% elif 3_left_a and 3_left_b and 3_right_a %}
{% elif 3_left_a and 3_left_b and 3_right_b %}
{% elif 3_left_a and 3_right_a and 3_right_b %}
{% elif 3_left_a and 3_right_a %}
{% elif 3_left_a and 3_right_b %}
{% elif 3_left_b and 3_right_a and 3_right_b %}
{% elif 3_left_b and 3_right_a %}
{% elif 3_left_b and 3_right_b %}
{% elif 3_left_a and 3_left_b %}
{% elif 3_left_a %}
{% elif 3_left_b %}
{% elif 3_right_a and 3_right_b %}
{% elif 3_right_a %}
{% elif 3_right_b %}
{% else %}
{% endif %} {% if 3_center_top_a or 3_center_top_b or 3_center_top_c %}
{% if 3_center_top_a and 3_center_top_b and 3_center_top_c %}
{{ 3_center_top_a }}
{{ 3_center_top_b }}
{{ 3_center_top_c }}
{% elif 3_center_top_a and 3_center_top_b %}
{{ 3_center_top_a }}
{{ 3_center_top_b }}
{% elif 3_center_top_a and 3_center_top_c %}
{{ 3_center_top_a }}
{{ 3_center_top_c }}
{% elif 3_center_top_b and 3_center_top_c %}
{{ 3_center_top_b }}
{{ 3_center_top_c }}
{% else %}
{{ 3_center_top_a }}{{ 3_center_top_b }}{{ 3_center_top_c }}
{% endif %}
{% endif %} {% if 3_center_mid_top_a or 3_center_mid_top_b or 3_center_top_c %}
{% if 3_center_mid_top_a and 3_center_mid_top_b and 3_center_mid_top_c %}
{{ 3_center_mid_top_a }}
{{ 3_center_mid_top_b }}
{{ 3_center_mid_top_c }}
{% elif 3_center_mid_top_a and 3_center_mid_top_b %}
{{ 3_center_mid_top_a }}
{{ 3_center_mid_top_b }}
{% elif 3_center_mid_top_a and 3_center_mid_top_c %}
{{ 3_center_mid_top_a }}
{{ 3_center_mid_top_c }}
{% elif 3_center_mid_top_b and 3_center_mid_top_c %}
{{ 3_center_mid_top_b }}
{{ 3_center_mid_top_c }}
{% else %}
{{ 3_center_mid_top_a }}{{ 3_center_mid_top_b }}{{ 3_center_mid_top_c }}
{% endif %}
{% endif %} {% if 3_center_content %}
{{ 3_center_content }}
{% endif %} {% if 3_center_mid_bottom_a or 3_center_mid_bottom_b or 3_center_mid_bottom_c %}
{% if 3_center_mid_bottom_a and 3_center_mid_bottom_b and 3_center_mid_bottom_c %}
{{ 3_center_mid_bottom_a }}
{{ 3_center_mid_bottom_b }}
{{ 3_center_mid_bottom_c }}
{% elif 3_center_mid_bottom_a and 3_center_mid_bottom_b %}
{{ 3_center_mid_bottom_a }}
{{ 3_center_mid_bottom_b }}
{% elif 3_center_mid_bottom_a and 3_center_mid_bottom_c %}
{{ 3_center_mid_bottom_a }}
{{ 3_center_mid_bottom_c }}
{% elif 3_center_mid_bottom_b and 3_center_mid_bottom_c %}
{{ 3_center_mid_bottom_b }}
{{ 3_center_mid_bottom_c }}
{% else %}
{{ 3_center_mid_bottom_a }}{{ 3_center_mid_bottom_b }}{{ 3_center_mid_bottom_c }}
{% endif %}
{% endif %} {% if 3_center_bottom_a or 3_center_bottom_b or 3_center_bottom_c %}
{% if 3_center_bottom_a and 3_center_bottom_b and 3_center_bottom_c %}
{{ 3_center_bottom_a }}
{{ 3_center_bottom_b }}
{{ 3_center_bottom_c }}
{% elif 3_center_bottom_a and 3_center_bottom_b %}
{{ 3_center_bottom_a }}
{{ 3_center_bottom_b }}
{% elif 3_center_bottom_a and 3_center_bottom_c %}
{{ 3_center_bottom_a }}
{{ 3_center_bottom_c }}
{% elif 3_center_bottom_b and 3_center_bottom_c %}
{{ 3_center_bottom_b }}
{{ 3_center_bottom_c }}
{% else %}
{{ 3_center_bottom_a }}{{ 3_center_bottom_b }}{{ 3_center_bottom_c }}
{% endif %}
{% endif %}
{% if 3_right_a or 3_right_b %} {% if 3_right_a and 3_right_b %}
{% elif 3_right_a %}
{% else %}
{% endif %}
{% if 3_right_a and 3_right_b %}
{{ 3_right_a }}
{{ 3_right_b }}
{% elif 3_right_a %}
{{ 3_right_a }}
{% else %}
{{ 3_right_b }}
{% endif %}
{% endif %} {% else %} {% if 3_left_a or 3_left_b %} {% if 3_left_a and 3_left_b %}
{% elif 3_left_a %}
{% elif 3_left_b %}
{% endif %}
{% if 3_left_a and 3_left_b %}
{{ 3_left_a }}
{{ 3_left_b }}
{% elif 3_left_a %}
{{ 3_left_a }}
{% else %}
{{ 3_left_b }}
{% endif %}
{% endif %} {% if 3_right_a or 3_right_b %} {% if 3_right_a and 3_right_b %}
{% elif 3_right_a %}
{% elif 3_right_b %}
{% endif %}
{% if 3_right_a and 3_right_b %}
{{ 3_right_a }}
{{ 3_right_b }}/div> {% elif 3_right_a %}
{{ 3_right_a }}
{% else %}
{{ 3_right_b }}
{% endif %}
{% endif %} {% endif %} {% if 3_mid_bottom_a or 3_mid_bottom_b or 3_mid_bottom_c %}
{% if 3_mid_bottom_a and 3_mid_bottom_b and 3_mid_bottom_c %}
{{ 3_mid_bottom_a }}
{{ 3_mid_bottom_b }}
{{ 3_mid_bottom_c }}
{% elif 3_mid_bottom_a and 3_mid_bottom_b %}
{{ 3_mid_bottom_a }}
{{ 3_mid_bottom_b }}
{% elif 3_mid_bottom_a and 3_mid_bottom_c %}
{{ 3_mid_bottom_a }}
{{ 3_mid_bottom_c }}
{% elif 3_mid_bottom_b and 3_mid_bottom_c %}
{{ 3_mid_bottom_b }}
{{ 3_mid_bottom_c }}
{% else %}
{{ 3_mid_bottom_a }}{{ 3_mid_bottom_b }}{{ 3_mid_bottom_c }}
{% endif %}
{% endif %} {% if 3_bottom_a or 3_bottom_b or 3_bottom_c %}
{% if 3_bottom_a and 3_bottom_b and 3_bottom_c %}
{{ 3_bottom_a }}
{{ 3_bottom_b }}
{{ 3_bottom_c }}
{% elif 3_bottom_a and 3_bottom_b %}
{{ 3_bottom_a }}
{{ 3_bottom_b }}
{% elif 3_bottom_a and 3_bottom_c %}
{{ 3_bottom_a }}
{{ 3_bottom_c }}
{% elif 3_bottom_b and 3_bottom_c %}
{{ 3_bottom_b }}
{{ 3_bottom_c }}
{% else %}
{{ 3_bottom_a }}{{ 3_bottom_b }}{{ 3_bottom_c }}
{% endif %}
{% endif %}
{% endif %} {% endblock section_3 %} {% comment %}

{% trans "Questo sito utilizza cookie tecnici, analytics e di terze parti." %}
{% trans "Proseguendo nella navigazione accetti l’utilizzo dei cookie." %}

{% trans "Preferenze" %} cookies
{% endcomment %} {% endblock container %} {% block extra_scripts %} {{ block.super }} {% settings_value "CMS_PATH_PREFIX" as cms_path_prefix %} {% include "inits/search-input-handler.html" with cms_path_prefix=cms_path_prefix %} {% endblock extra_scripts %}