{% 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.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 %}
Related articles from the
Densho Encyclopedia :
{% for article in term.encyc_urls %}
{{ article.title }}{% if not forloop.last %},{% endif %}
{% endfor %}