{% extends "layout_fluid.html" %} {% load breadcrumb %} {% load i18n %} {% block title %}{% trans "Administration" %}{% endblock %} {% block h1 %}{% trans "Administration" %}{% endblock %} {% block page_id %}Administration{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% include "administration/sidebar.html" %}
{% url 'components.administration.views.atom_levels_of_description' as url_atom_levels_of_description %}
{% trans "Levels of Description" %}

{% trans "AtoM/Binder DIP upload" %}

{% trans "The settings below configure DIP uploading to AtoM/Binder." %}

{% include "_form.html" %}
{% endblock %}