{% 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 pagecss %} {% endblock %} {% block javascript %} {% endblock javascript %} {% block content %}

{{ object.title|safe }}

{% if signature %}
{% if transcripts.interview %} Download transcript {% endif %} {% if object.ia_meta.files.mp4.url %} Download MP4 ({{ signature.size|filesizeformat }}) {% endif %}
{% endif %}
{% rightspanel object.rights %}
{% 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.extent }}

{{ object.creation }}

{{ object.genre.label }}

{{ object.format.label }}

{% if len_topics > 10 %} show all {{ len_topics }} {% endif %}
    {% for item in object.topics|slice:":10" %}
  • {{ item.term_node }}
  • {% endfor %} {% if len_topics > 10 %}
  • ...
  • {% endif %}
{% if len_creators > 10 %} show all {{ len_persons }} {% endif %}
    {% for p in object.creators|slice:":10" %}
  • {% person p %}
  • {% endfor %} {% if len_creators > 10 %}
  • ...
  • {% endif %}
{% if len_persons > 10 %} show all {{ len_persons }} {% endif %}
    {% for p in object.persons|slice:":10" %}
  • {% person p %}
  • {% endfor %} {% if len_persons > 10 %}
  • ...
  • {% endif %}

{{ 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 #}
API
{% endblock content %} {% block footer %} {% if object.backend_url %}• json{% endif %} {% endblock footer %}