{% load entity_display %}

{{ preferred_name }}

{% if entity_types %} {% endif %} {% if dates %} {% endif %} {% if other_names %} {% endif %} {% if entity_relationships %} {% endif %} {% if notes %} {% endif %}
Types:
    {% for entity_type in entity_types %}
  • {{ entity_type }}
  • {% endfor %}
Dates:
    {% for date in dates %}
  • {{ date.assembled_form }}
  • {% endfor %}
Other names:
    {% for name in other_names %}
  • {{ name }}
  • {% endfor %}
Relationships:
    {% for entity_relationship in entity_relationships %}
  • {% display_entity_relationship_property_assertion entity entity_relationship %}
  • {% endfor %}
Notes: {% for note_property in notes %}

{{ note_property.note }}

{% endfor %}

View or Edit