{% extends "ui/entities/base.html" %} {% load thumbnail ui_tags %} {% block parent %}
{{ parent.id }} {{ parent.title|safe }}
{% endblock %} {% block title %} {{ object.id }} {% if object.label %}—{% endif %} {{ object.label|safe }} {% endblock %} {% block pagetitle %} {{ object.id }} {{ object.label |safe }} {% endblock %} {% block breadcrumbs %}{{ block.super }} {% breadcrumbs object.breadcrumbs %} {% endblock breadcrumbs %} {% block content %}

{{ parent.title|safe }} {% if object.label %}({{ object.label }}){% endif %}

{% if object.external_urls %} {% for link in object.external_urls %} {% if "stream" in link.label %}
{% endif %} {% endfor %} {% for link in object.external_urls %} {% if "download" in link.label %} {{ link.label }}
{% endif %} {% endfor %} {% else %}{# object.external_urls #} {% if object.mimetype == "text/html" %}
{% else %} {% thumbnail object.links.thumb "480x480" as img %}
{% endthumbnail %} {% endif %}{# mimetype #} {% if object.links.img and not object.mimetype == "text/html" %} Download large size {% endif %} {% if object.links.download and not object.role == 'master' %} Download fullsize ({{ object.size|filesizeformat }}) {% endif %} {% endif %}{# object.external_urls #} {% rightspanel object.rights %}
{% addthis %}
{% include "ui/partnerlogolink.html" %}

{{ parent.title|safe }} ({{ parent.id }})

{{ object.id }}

{{ object.size|filesizeformat }}

{{ object.tech_notes|safe }}

{% rightsbadge object.rights %}

API
{% endblock content %} {% block footer %} {% if object.backend_url %}• json{% endif %} {% endblock footer %}