{% extends "vault/base.html" %} {% load storage_tags %} {% block title %}Storage - {{ project_name }}{% endblock %} {% block content_title %}Storage{% endblock %} {% block content_breadcrumb %} Containers Add ACL to container {{ container }} {% endblock %} {% block content %} {% include "addacl_modal.html" %}
{% for user, permission in acls.items %} {% empty %} {% endfor %}
Name
{% if user == ".rlistings" %} {{user}} {% elif user == ".r:*" %} {{user}} {% else %} {{user}} {% endif %} {% if permission.read %} Read {% endif %} {% if permission.write %} Write {% endif %}
There are no ACLs for this container yet. Add a new ACL by clicking the red button.
{% endblock %} {% block jsadd %} {% endblock %}