{% extends "ui/narrators/base.html" %} {% load thumbnail %} {% block title %}{{ narrator.display_name }}{% endblock %} {% block pagetitle %}{{ narrator.display_name }}{% endblock %} {% block breadcrumbs %}{{ block.super }}
  • {{ narrator.display_name }}
  • {% endblock breadcrumbs %} {% block content %}

    {{ narrator.display_name }}

    {{ narrator.bio|linebreaks }} {% if interviews.objects %}

    Interviews

    {% for object in interviews.objects %}
    {% thumbnail object.links.thumb "110x110" as img %} {% endthumbnail %}
    {{ object.title }} — {{ object.id }}
    {% if object.creation %}{{ object.creation }}.{% endif %} {% if object.location %}{{ object.location }}.{% endif %}
    {% if object.extent %}{{ object.extent }}{% endif %} — {{ object.num_segments }} segments.
    {% endfor %}{# interview in interviews #} {% endif %}{# interviews.objects #}
    {{ narrator.display_name }}
    API
    {% endblock content %}