{% 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_PATENTS_VIEW_PREFIX_PATH" as patents_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 %}
[[ item.PatentTitle ]]

[[ item.PatentAbstract ]]

[[ inventor.AuthorName ]] [[ inventor.AuthorName ]]

[[ labels['PatentUniqueId'] ]] > [[ item.PatentUniqueId ]]
[[ labels['PatentAreaDescription'] ]] > [[ item.PatentAreaDescription ]]

[[ labels.PatentUrlKnowledgeShare ]]
{% 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_TECHAREAS_API" as techareas_api %} search_dict: {}, techareas: [], is_loading_techareas: true, loader_source_techareas: '{{ techareas_api }}?lang={{ LANGUAGE_CODE }}', selected_search: this.getItemFromSession("{{ id }}", 'search'), selected_techarea: this.getItemFromSession("{{ id }}", 'techarea'), {% endblock extra_data %} {% block extra_mounted %} this.parameters = {{ id }}_encodeQueryData(this.getItemsFromSession("{{ id }}")) this.callTechAreas(); {% endblock extra_mounted %} {% block extra_methods %} callTechAreas() { axios .get(this.loader_source_techareas) .then(response => { this.techareas = response.data.results; this.is_loading_techareas = false }) }, gooleDriveImage(path) { let id = path.match("https://drive.google.com/file/d/(.*)/view")[1] if (path && id) { return 'https://drive.google.com/uc?export=view&id=' + id } return '' } {% endblock extra_methods %}