{% extends "ui/browse/base.html" %} {% block title %}{{ facet.title }}{% endblock %} {% block pagetitle %}{{ facet.title }}{% endblock %} {% block breadcrumbs %}{{ block.super }}
{% for t in terms %}
{% if t.id == term.id %}
{{ t.title }}
{% else %}
{{ t.title }}
{% endif %}
{% if t.doc_count %}({{ t.doc_count }}){% endif %}
{% endfor %}