{% extends 'base.html' %} {% load i18n %} {% block page_title %}{% trans "Archivematica Storage Service" %}{% endblock page_title %} {% block content %}

{% trans "Welcome to the Archivematica Storage Service! Here you can configure the storage accessible to your Archivematica pipelines." %}

{% trans "Pipelines" %}

{% include "snippets/pipeline_description.html" %}

{% trans "Spaces" %}

{% include "snippets/space_description.html" %}

{% trans "Locations" %}

{% include "snippets/location_description.html" %}

{% trans "Packages" %}

{% include "snippets/package_description.html" %}

{% trans "Administration" %}

{% include "snippets/administration_description.html" %} {% endblock content %}