{% load foundation %} {% load i18n %} {% load field %} {% include "elements/forms/errors.html" with form=form %}
{{ form.title|foundation }}
{{ form.abstract|foundation }}
{{ form.license|foundation }}
{{ form.doi|foundation }}
    {% include "admin/elements/repository/tree.html" with subjects=request.repository.top_level_subjects %}

Press the Caret (>) to view child subjects.

{% trans "Hit Enter to add a new keyword." %}
{{ form.comments_editor|foundation }}
{% if additional_fields %}

{% trans "Additional Fields" %}

{% for additional_field in additional_fields %} {% get_form_field form additional_field.name as field %}
{{ field|foundation }}
{% endfor %} {% endif %}