{% extends "base.html" %} {% load i18n %} {% block jspluginscss %} {% endblock %} {% block extracss %} {% endblock %} {% block content %} {% include "entity/menu.html" %}

{% trans "Edit metadata" %}

{{ entity }}

{{ text_html|safe }}
{{ file_html|safe }}
{{ remote_html|safe }}
{% endblock %} {% block extrajs %} {% if needs_google_maps %} {% endif %} {% for plugin in samlmetajs_plugins %} {% endfor %} {% endblock %}