{% load i18n %} {% load static %} {% load unicms_storage_handler %} {% load unicms_templates %} {% get_cdsid_from_url url as cdsid %} {% get_current_language as LANGUAGE_CODE %} {% random_id uid as id %} {% settings_value "CMS_STORAGE_TEACHER_API" as teachers_api %} {% settings_value "ALLOWED_CDS_JOINT_DEGREES" as allowed_joint_degrees %} {% settings_value "ALMALAUREA_LINK" as almalaurea_link %} {% settings_value "CDS_INFO_FIELDS" as fields_to_show %} {% include "includes/unical_storage_loading.html" %}

[[ item.CdSName ]]

[[ item.CourseTypeDescription ]]

 - [[ joint.name ]]

[[ labels['CdSCod'] ]] [[ item.CdSCod ]]
{% trans "Degree class" %} [[ item.CourseClassCod ]] / [[ item.CourseInterClassCod ]]
[[ item.CourseClassName ]]
[[ item.CourseInterClassDes ]]

[[ labels['AcademicYear'] ]] [[ item.AcademicYear ]]/[[ item.AcademicYear + 1 ]]
[[ labels['CdSDuration'] ]] > [[ item.CdSDuration ]] {% trans "years" %}
[[ labels['CdSLanguage'] ]] > [[ item.CdSLanguage.join(', ') ]]
[[ item.CdSIntro ]]
  • [[ nameProfile ]]
    • [[ labels[nameProfile][nameProfileInstance] ]] [[ nameProfileInstance ]] : [[ valueProfileInstance ]]
  • [[ subvalue ]]
[[ link_almalaurea ]][[ item[name] ]] [[ item[name] ]] [[ item[name] ]]
{% include "includes/unical_storage_empty.html" with url=url %}
{% clean_url url as cleaned_url %} {% with cleaned_url|add:"/studyplans/" as studyplans_url %} {% include "blocks/unical_storage_cdsstudyplans.html" with url=studyplans_url uid=id|add:"_1" %} {% endwith %}
{% with teachers_api|add:"?regdid="|add:cdsid as teachers_url %} {% include "blocks/unical_storage_teacherslist_without_filters.html" with url=teachers_url uid=id|add:"_2" %} {% endwith %}