{% load static %}

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 %} {% endif %}

{{ biography.name }} is associated with {{ biography.newspapercitation_set.count }} newspaper variant{{ biography.newspapercitation_set.count|pluralize }}.

{% if biography.newspapercitation_set.exists %} {% endif %}

{{ biography.name }} is associated with {{ biography.imprintrecord_set.count }} imprint record{{ biography.imprintrecord_set.count|pluralize }}:

{% if biography.imprintrecord_set.exists %} {% endif %}

{% load static %} Printer-Friendly PDF

Go back to Index of Biographies