{% 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_SPINOFF_VIEW_PREFIX_PATH" as spinoff_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 %}

[[ item.SpinoffAgencyName ]]

{% trans "Spin-off" %} / {% trans "Startup" %}
[[ item.SpinoffDescription ]]
{% 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 %} search_dict: {}, loader_source_types: '{{ types_api }}?lang={{ LANGUAGE_CODE }}', selected_search: this.getItemFromSession("{{ id }}", 'search'), selected_spinoff: this.getItemFromSession("{{ id }}", 'spinoff') || '', selected_startup: this.getItemFromSession("{{ id }}", 'startup') || '' {% endblock extra_data %} {% block extra_mounted %} this.parameters = {{ id }}_encodeQueryData(this.getItemsFromSession("{{ id }}")) {% endblock extra_mounted %} {% block extra_methods %} {% endblock extra_methods %}