{% extends "base.html" %} {% load i18n %} {% load dateconv %} {% block content %}
{% include "messages.html" %} {% include "addacl_modal.html" %} {% if public %}
URL for this public readable container: {{ base_url }}{% url "public_objectview" account=account container=container %}
{% endif %} {% 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 %}