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

{% trans "Identifiers" %}
{% trans "These identifiers are associated with this resource:" %}

{% trans "Formats" %}
{% trans "These formats are associated with this resource:" %}

{% trans "Languages" %}
{% trans "These languages are associated with this resource:" %}

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