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

{{ object.title|safe }}

{% if object.links.img %} {% thumbnail object.links.thumb "480x480" as img %}
{% endthumbnail %} {% if signature %}

Download large ({{ signature.access_size|filesizeformat }}) Download full-size ({{ signature.size|filesizeformat }})

{% endif %} {% rightspanel object.rights %} {% endif %}{# object.links.img #}
{% addthis %}
{% include "ui/partnerlogolink.html" %}

{{ object.id }} {% if object.alternate_id != None %} {% if "denshouid" in object.alternate_id %} (Legacy UID: {{ object.alternate_id|legacydenshouid }}) {% else %} ({{ object.alternate_id }}) {% endif %} {% endif %}

{{ parent.title }}

{{ object.description|safe|linebreaks }}

{{ object.creation }}

    {% for item in object.persons %}
  • {{ item }}
  • {% endfor %}

{{ object.contributor }}

{{ object.credit }}

{% rightsbadge object.rights %}

{% if children_page.object_list %}

{{ children_paginator.count }} Objects

{% for file in children_page.object_list %} {% document file %} {% endfor %} {% if children_paginator.count > 10 %}

See all objects

{% endif %}
{% endif %}{# children_page.object_list #} {% if nodes_page.object_list %}

{{ nodes_paginator.count }} Files

{% for file in nodes_page.object_list %} {% listitem file %} {% endfor %} {% if nodes_paginator.count > 10 %}

See all files

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