{% extends "ui/facets/base-facility.html" %} {% load bootstrap_pagination ui_tags %} {% block title %}{{ term.title }}{% endblock %} {% block pagetitle %}{{ term.title }}{% endblock %} {% block breadcrumbs %}{{ block.super }}
  • {{ term.title }}
  • {% endblock breadcrumbs %} {% block content %}

    {{ term.title }}

    {% if term.type or term.location_geopoint %}

    {% if term.type %}{{ term.type }}{% endif %} {% if term.type and term.location_geopoint %}

    {% endif %} {% if term.location_geopoint.geopoint %} Location: {{ term.location_geopoint.label }} {% endif %}

    {% endif %} {% if term.elinks %}

    More information in the Densho Encyclopedia ...

    {% endif %}
    {% if page.object_list %}
    {{ paginator.count }} items
    {% if paginator.num_pages > 1 %} {% bootstrap_paginate page range=10 show_first_last="true" %} {% endif %} {% for object in page.object_list %} {% listitem object %} {% endfor %} {% if paginator.num_pages > 1 %} {% bootstrap_paginate page range=10 show_first_last="true" %} {% endif %}
    {% endif %}{# if page.object_list #}
    API
    {% endblock content %}