{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}create_directory_form{% endblock %} {% block form_action %}{% url 'horizon:project:containers:create_pseudo_folder' container_name %}{% endblock %} {% block modal-header %} {% blocktrans %}Create pseudo-folder in container {{ container_name }}{% endblocktrans %} {% endblock %} {% block modal-body %}
{% trans "Pseudo-folder:" %} {% trans "Within a container you can group your objects into pseudo-folders, which behave similarly to folders in your desktop operating system, with the exception that they are virtual collections defined by a common prefix on the object's name. A slash (/) character is used as the delimiter for pseudo-folders in the Object Store." %}