{% extends BASE_TEMPLATE %} {% load thumbnail ui_tags %} {% block parent %} {% 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 }}
  • Collections
  • {{ object.id }}
  • {% endblock breadcrumbs %} {% block content %}

    {{ object.title }}

    {% if object.links.img %} {% thumbnail object.links.thumb "480x480" as img %} {% endthumbnail %}
    {% endif %}
    {% addthis %}
    {% include "ui/partnerlogolink.html" %}

    {{ object.id }}

    {{ object.description|safe }}

    {{ object.unitdateinclusive }}

    {{ object.unitdatebulk }}

    {{ object.extent }}

    {{ object.contributor }}

    {{ object.prefercite }}

    {% rightsbadge object.rights %}

    {% if page.object_list %}

    {{ paginator.count }} Objects

    {% for entity in page.object_list %} {% listitem entity %} {% endfor %} {% if paginator.count > 10 %}

    See all objects

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