{% extends FUNC_BASE_HTML %} {% load i18n %} {% block css %} {{ block.super }} {% endblock css %} {% block js %}{{ block.super }} {% endblock js %} {% block ajaxform_modified %} {{ block.super }} {% endblock ajaxform_modified %} {% block function %}
{% trans "Set access config of shares." %}
{% trans "Please set 'Everyone Share' if you want to permit accessing to all users." %}
{% trans "Please set 'Admin Share' if you want to permit only accessing to admin." %}
{% for item in item_list %} {% endfor %}
{{ item.name }} {{ item.access.label }}{{ item.access }}
{% endblock function %}