{% extends "bases/unical_storage_list.html" %} {% load i18n %} {% load static %} {% load unicms_storage_handler %} {% load unicms_templates %} {% block content %}
{% block filters_teacherstudyactivities %}

{% include "includes/unical_storage_search_button.html" with id=id %}
{% endblock filters_teacherstudyactivities %}
{% 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_CDS_VIEW_PREFIX_PATH" as cds_prefix %} {% settings_value "CMS_STORAGE_ACTIVITY_VIEW_PREFIX_PATH" as activity_prefix %}
[[ labels.StudyActivityName ]] [[ labels.StudyActivityAA ]] [[ labels.StudyActivityCdSName ]]
[[ item.StudyActivityName ]] * [[ item.StudyActivityAA ]] [[ item.StudyActivityCdSName ]]
{% trans "No items here" %}
{% endblock content %} {% block extra_scripts %} {% endblock extra_scripts %} {% block extra_data %} selected_year: this.getItemFromSession("{{ id }}", 'year'), selected_year_from: this.getItemFromSession("{{ id }}", 'yearFrom'), selected_year_to: this.getItemFromSession("{{ id }}", 'yearTo'), {% endblock extra_data %} {% block extra_mounted %} this.parameters = {{ id }}_encodeQueryData(this.getItemsFromSession("{{ id }}")) {% endblock extra_mounted %}