{% extends "ui/browse/base.html" %} {% load bootstrap_pagination thumbnail ui_tags %} {% block title %}Narrators{% endblock %} {% block pagetitle %}Narrators{% endblock %} {% block breadcrumbs %}{{ block.super }}
  • Narrators
  • {% endblock breadcrumbs %} {% block content %}

    Narrators

    Narrators are the interview subjects of oral histories contained in the Densho Digital Repository. Our interviewees, or narrators, share their life histories to preserve history, educate the public, and promote tolerance. We urge our users to approach these materials in the same spirit.

    {{ paginator.count }} narrators
    {% if paginator.num_pages > 1 %} {% bootstrap_paginate page range=10 show_first_last="true" %} {% endif %} {% for narrator in page.object_list %} {% if forloop.first or forloop.counter0|divisibleby:2 %}
    {% endif %}

    {{ narrator.display_name }}

    {{ narrator.bio|truncatewords_html:25 }}
    {% if not forloop.counter0|divisibleby:2 %}
    {% endif %} {% endfor %} {% if paginator.num_pages > 1 %} {% bootstrap_paginate page range=10 show_first_last="true" %} {% endif %}
    API
    {% endblock content %}