{% 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" %}
Name | ||||
---|---|---|---|---|
{% if user == ".rlistings" %} {{user}} {% elif user == ".r:*" %} {{user}} {% else %} {{user}} {% endif %} | {% if permission.read %} Read {% endif %} {% if permission.write %} Write {% endif %} | |||
|