{% extends "ui/facets/base-topics.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 pagecss %} {% endblock pagecss %} {% block content %}

    {{ term.title }}

    {% if term.description %}

    {{ term.description }}

    {% endif %}

    {% for t in term.tree %} {% if t.id == term.id %} {{ t.title }} {% else %} {{ t.title }} {% endif %} {% if t.doc_count %}({{ t.doc_count }}){% endif %}
    {% endfor %}

    {% if term.encyc_urls %}

    Related articles from the Densho Encyclopedia :
    {% for article in term.encyc_urls %} {{ article.title }}{% if not forloop.last %},{% endif %} {% endfor %}

    {% 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 %}