{% extends "base_vue.html" %} {% from "elements/upload.html" import vue_upload_button_tab_modal %} {% from "_macros.html" import render_resource_link, render_rdfa_resource_link, get_label, facts_panel, summary_panel, content %} {% block title %}{{get_label(this.description())}}{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block content %} {% set attributes = this | include("attributes") | fromjson %} {% for v in this | get_views_list -%} {{v['label']}} {%- endfor %} {% if this.description().value(ns.whyis.hasFileID) %} Download {% endif %} {{ vue_upload_button_tab_modal(this) }} {% if not this.identifier.startswith(ns.local) %} Visit {% endif %} {{attributes.label}} {% if attributes.type | length > 0 %} {% for type in attributes.type %}{{type.label}}{% if not loop.last %}, {% endif %} {% endfor %} {% endif %} {% if attributes.thumbnail %} {% endif %} {% endblock %}