Name: {{ biography.name }}
{% if biography.formal_name %}Formal Name: {{ biography.formal_name }}
{% endif %}First Date: {% if biography.first_date %}{{ biography.first_date }}{% else %}Unknown {% endif %}; Last Date: {% if biography.last_date %}{{ biography.last_date }}{% else %}Unknown{% endif %}
Function: {% if biography.function %}{{ biography.function }}{% else %}Unknown{% endif %}
Locales: {% if biography.locales %}{{ biography.locales }}{% else %}Unknown{% endif %}
{% if biography.precis %}Precis
{{ biography.precis }} {% endif %}Notes
{{ biography.notes }}
{{ biography.name }} is associated with {{ biography.associates.count }} other pe{{ biography.associates.count|pluralize:"rson,ople" }}.
{% if biography.associates.exists %}-
{% for associate in biography.associates.all %}
- {{ associate.name }} {% endfor %}
{{ biography.name }} is associated with {{ biography.newspapercitation_set.count }} newspaper variant{{ biography.newspapercitation_set.count|pluralize }}.
{% if biography.newspapercitation_set.exists %}-
{% for citation in biography.newspapercitation_set.all %}
- {{ citation.title }} {% endfor %}
{{ biography.name }} is associated with {{ biography.imprintrecord_set.count }} imprint record{{ biography.imprintrecord_set.count|pluralize }}:
{% if biography.imprintrecord_set.exists %}-
{% for imprint in biography.imprintrecord_set.all %}
- {{ imprint.imprint_number }}: {{ imprint.short_title }} {% endfor %}
{% load static %} Printer-Friendly PDF