{% extends 'bootstrap-italia-base.html' %} {% load i18n %} {% 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 extra_head %} {{ block.super }} {% include "inits/vue-init.html" %} {% include "inits/search-input-handler.html" %} {% endblock extra_head %} {% block page_title %}{% trans "Bootstrap Italia Django CMS" %}{% endblock page_title %} {% block header_slim_wrapper %} {% if request.user.is_staff %}
{% include "editorialboard_frontend_menu.html" %}
{% endif %}
{{ block.super }}
{% endblock header_slim_wrapper %} {% block footer_org_text %} {% endblock footer_org_text %} {% block header_slim_right_zone %} {% endblock header_slim_right_zone %} {% block header_center_url %} {{ webpath.get_full_path }} {% endblock header_center_url %} {% block header_mobile_arrow %} {% endblock header_mobile_arrow %} {% block header_mobile_slim_menu %} {% endblock header_mobile_slim_menu %} {% block header_center_wrapper_columns %} col-10 offset-2 col-lg-12 offset-lg-0 {% endblock header_center_wrapper_columns %} {% block header_center_right_zone %}
{% trans "Login" %}
{% endblock header_center_right_zone %} {% block main_menu %}
{% endblock main_menu %} {% block container %} {% block breadcrumbs %} {% comment %} {% breadcrumbs leaf=handler %} {% endcomment %} {% load_blocks section="breadcrumbs" %} {% endblock breadcrumbs %} {% block section_1 %} {% blocks_in_position position="section-1" as section_1 %} {% if section_1 %}
{% include section_1_template|default:"grid/section_1/section.html" %}
{% endif %} {% endblock section_1 %} {% block section_2 %} {% blocks_in_position position="section-2" as section_2 %} {% if section_2 %}
{% include section_2_template|default:"grid/section_2/section.html" %}
{% endif %} {% endblock section_2 %} {% block section_3 %} {% blocks_in_position position="section-3" as section_3 %} {% if section_3 %}
{% include section_2_template|default:"grid/section_3/section.html" %}
{% endif %} {% endblock section_3 %} {% endblock container %}