{% extends "views/report-templates/default.htm" %}
{% load i18n %}
{% block report %}
{% block report_title_bar %}
{% endblock report_title_bar %}
{% block body %}
{% endblock body %}
{% endblock report %}
{% block summary %}
{% trans "Name of Person" %}
{% trans "There are no names for this resource" %}
{% trans "Group Person is a Member of" %}
{% trans "This resource is not a member of any groups" %}
{% trans "Contact Information for Person" %}
{% trans "There is no contact information for this resource" %}
{% trans "External URI for Person" %}
{% trans "There is no External URI associated with this resource" %}
{% trans "Core Attributes: Nationality of Person" %}
{% trans "There is no nationality information for this resource" %}
{% trans "Birth Event of Person" %}
{% trans "There is no birth event for this resource" %}
{% trans "Birth beginning of the beginning" %} |
{% trans "Birth end of the beginning" %} |
{% trans "Birth beginning of the end" %} |
{% trans "Birth end of the end" %} |
|
|
|
|
{% trans "Death Event of Person" %}
{% trans "There is no death event for this resource" %}
{% trans "Death beginning of the beginning" %} |
{% trans "Death end of the beginning" %} |
{% trans "Death beginning of the end" %} |
{% trans "Death end of the end" %} |
|
|
|
|
{% endblock summary %}