{% extends "administration/base.html" %} {% load i18n %} {% block page_title %}{% trans "Settings" %}{% endblock %} {% block content %}
{% csrf_token %} {{ common_form.as_p }}

{% trans "Default Locations" %}

{% trans "Configure default locations here. These will be added to each new pipeline that registers with the storage service." %}

{{ default_location_form.as_p }}
{% endblock %}