diff --git a/geniza/entities/templates/entities/person_detail.html b/geniza/entities/templates/entities/person_detail.html index db8d8d702..189ef6acb 100644 --- a/geniza/entities/templates/entities/person_detail.html +++ b/geniza/entities/templates/entities/person_detail.html @@ -33,7 +33,11 @@

{# Translators: label for a person's gender #}
{% translate 'Gender' %}
{{ person.get_gender_display }}
- {# TODO: Add date range, autogenerated or override #} + {% if person.date_str %} + {# Translators: label for a person's active dates in the PGP #} +
{% translate 'Active dates' %}
+
{{ person.date_str }}
+ {% endif %} {% if person.role %}
{# Translators: Label for a person's social role #}