{% extends "bases/unical_storage_list.html" %} {% load i18n %} {% load static %} {% load unicms_storage_handler %} {% load unicms_templates %} {% block content %} {% 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 %} {% settings_value "CMS_STORAGE_THEACHER_VIEW_PREFIX_PATH" as teacher_prefix %} {% block storage_block_top %} {% include "blocks/includes/unical_storage_check.html" %} {% endblock storage_block_top %}

{% include "includes/unical_storage_search_input.html" with id=id %} {% block filters %}
{% endblock filters %}
[[ item.RLineDescription ]]
[[ item.RLineResults ]]
[[ labels['RYear'] ]] > [[ item.RYear ]]
[[ labels['Teachers'] ]] > [[ teacher.TeacherName ]]
[[ labels['RLineErc2Name'] ]] > [[ item.RLineErc2Name ]]
{% block storage_block_bottom %}
{% trans "No items here" %}
{% endblock storage_block_bottom %} {% endblock content %} {% block extra_scripts %} {% endblock extra_scripts %} {% block extra_data %} {% get_current_language as LANGUAGE_CODE %} {% settings_value "CMS_STORAGE_DEPARTMENTSFILTER_API" as departmentsfilter_api %} search_dict: {}, departments: [], is_loading_departments: true, loader_source_departments: '{{ departmentsfilter_api }}?lang={{ LANGUAGE_CODE }}', selected_department: this.getItemFromSession("{{ id }}", 'department'), selected_search: this.getItemFromSession("{{ id }}", 'search'), {% endblock extra_data %} {% block extra_mounted %} {% block call_researchgroup_on_mounted %} this.callDepartments(); {% endblock call_researchgroup_on_mounted %} this.parameters = {{ id }}_encodeQueryData(this.getItemsFromSession("{{ id }}")) {% endblock extra_mounted %} {% block extra_methods %} {% block researchgroup_call_method %} callDepartments() { axios .get(this.loader_source_departments) .then(response => { this.departments = response.data.results; this.is_loading_departments = false }) }, {% endblock researchgroup_call_method %} {% endblock extra_methods %}