{% extends "eats/display/base.html" %} {% load entity_display %} {% block eats_title %}{{ block.super }} Display entity {{ preferred_name.assembled_form }}{% endblock eats_title %} {% block eats_content %}

{{ preferred_name.assembled_form }}

{% if existence_dates %}

Dates

Dates expressing when this entity existed:

{% endif %} {% if entity_type_pas %}

Types

This entity is classified as:

{% endif %} {% if name_pas %}

Names

This entity is named:

{% endif %} {% if relationship_pas %}

Relationships

This entity:

{% endif %} {% if note_pas %}

Notes

{% endif %} {% if subject_identifier_pas %}

Subject identifiers

The following resources identify/are specifically about this entity:

{% endif %}
{% endblock eats_content %}