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

Activity Start
{% include 'views/components/add-item-button.htm' %}
{% trans "These dates are associated with this resource:" %}
{% trans "No Dates Defined" %}

Activity End
{% include 'views/components/add-item-button.htm' %}
{% trans "These dates are associated with this resource:" %}
{% trans "No Dates Defined" %}

{% trans "Keywords" %}
{% trans "These subjects are associated with this resource:" %}
{% endblock form_content %}