{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}create_container_form{% endblock %} {% block form_action %}{% url 'horizon:project:containers:create' %}{% endblock %} {% block modal-header %}{% trans "Create Container" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description:" %}

{% trans "A container is a storage compartment for your data and provides a way for you to organize your data. You can think of a container as a folder in Windows ® or a directory in UNIX ®. The primary difference between a container and these other file system concepts is that containers cannot be nested. You can, however, create an unlimited number of containers within your account. Data must be stored in a container so you must have at least one container defined in your account prior to uploading data." %}

{% trans "Note: A Public Container will allow anyone with the Public URL to gain access to your objects in the container." %}

{% endblock %} {% block modal-footer %} {% trans "Cancel" %} {% endblock %}