{% extends "views/forms/base.htm" %} {% load i18n %} {% block form_content %}
{% trans "Names" %}
{% trans "This resource has the following names:" %}

{% trans "Epithets" %}
{% trans "This actor has the following epithets:" %}

{% trans "Significant Beginning Dates" %}
{% trans "This actor has the following beginning dates:" %}

{% trans "Significant Ending Dates" %}
{% trans "This actor has the following ending dates:" %}

{% trans "Keywords" %}
{% trans "This actor has the following keywords:" %}
{% endblock form_content %}