{% 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 %}
{{attributes.label}}
{% if attributes.type | length > 0 %}
{% for type in attributes.type %}{{type.label}}{% if not loop.last %}, {% endif %} {% endfor %}
{% endif %}
{% if attributes.thumbnail %} {{attributes.label}} {% endif %}
{% endblock %}