{% extends this_string_will_be_replaced %} {% load i18n %} {% load static %} {% load unicms_carousels %} {% load unicms_contexts %} {% load unicms_menus %} {% load unicms_templates %} {% load unicms_pages %} {% load unicms_publications %} {% load unicms_storage_handler %} {% block page_title %}Scheda insegnamento{% endblock page_title %} {% block page_meta_description %}{{ publication_context.publication.subheading }}{% endblock page_meta_description %} {% block page_meta_keywords %}{% for tag in publication_context.publication.tags.all %}{{ tag }},{% endfor %}{% endblock page_meta_keywords %} {% block container %} {% breadcrumbs webpath=webpath leaf=handler %} {% get_allowed_website request.get_host as host %} {% settings_value "CMS_PATH_PREFIX" as cms_path_prefix %} {% settings_value "CMS_STORAGE_BASE_PATH" as base_prefix %}
{% block centered_container %}

{% trans "Data storage" %}


{% trans "Study courses" %}
{% settings_value "CMS_STORAGE_CDS_VIEW_PREFIX_PATH" as cds_prefix %} {% trans "See the list" %}
{% trans "People" %}
{% settings_value "CMS_STORAGE_ADDRESSBOOK_VIEW_PREFIX_PATH" as addressbook_prefix %} {% trans "See the list" %}
{% trans "Teachers" %}
{% settings_value "CMS_STORAGE_THEACHER_VIEW_PREFIX_PATH" as teacher_prefix %} {% trans "See the list" %}
{% trans "Areas and Offices" %}
{% settings_value "CMS_STORAGE_STRUCTURE_VIEW_PREFIX_PATH" as structures_prefix %} {% trans "See the list" %}
{% trans "Laboratories" %}
{% settings_value "CMS_STORAGE_LABORATORY_VIEW_PREFIX_PATH" as laboratories_prefix %} {% trans "See the list" %}
{% trans "Research groups" %}
{% settings_value "CMS_STORAGE_RESEARCH_GROUP_VIEW_PREFIX_PATH" as research_groups_prefix %} {% trans "See the list" %}
{% trans "Base research lines" %}
{% settings_value "CMS_STORAGE_BASE_RESEARCH_LINE_VIEW_PREFIX_PATH" as base_research_lines_prefix %} {% trans "See the list" %}
{% trans "Applied research lines" %}
{% settings_value "CMS_STORAGE_APPLIED_RESEARCH_LINE_VIEW_PREFIX_PATH" as applied_research_lines_prefix %} {% trans "See the list" %}
{% trans "Publications" %}
{% settings_value "CMS_STORAGE_PUBLICATIONS_VIEW_PREFIX_PATH" as publications_prefix %} {% trans "See the list" %}
{% trans "Patents" %}
{% settings_value "CMS_STORAGE_PATENTS_VIEW_PREFIX_PATH" as patents_prefix %} {% trans "See the list" %}
{% trans "Companies" %}
{% settings_value "CMS_STORAGE_SPINOFF_VIEW_PREFIX_PATH" as spinoff_prefix %} {% trans "See the list" %}
{% endblock %}
{% endblock container %}