<%namespace name="lib" file="//lib.html" import="*"/> <%namespace name="helpers" file="//admin/_helpers.html"/> <%inherit file="//layout/admin.html" /> <% import cherrypy import splunk.util isFree = splunk.util.normalizeBoolean(cherrypy.config["is_free_license"]) %> % if error: <%helpers:message content="${error}" level="error"/> % endif % if info: <%helpers:message content="${info}" level="info"/> % endif
% if entity: <% sharing_option_values = [x[0] for x in sharing_options] %>
% if sharing != 'system' and endpoint_base != 'apps/local':
% for i, sharing_option in enumerate(sharing_options): % endfor
% endif
% if endpoint_base == 'apps/local': ${_('App Permissions')} % else: ${_('Permissions')} % if isFree:

${_('To enable this and other Enterprise features, learn more about licenses at Splunk.com or contact Splunk Sales directly.')}

% endif % endif % if not isFree: % for role in roles: % endfor
${_('Roles')} ${_('Read')} ${_('Write')}
% endif
% if endpoint_base == 'apps/local':
${_('Sharing for config file-only objects')}
% for i, sharing_option in enumerate(sharing_options): % endfor
% endif
% if perms_modifiable: % endif
% else:

${_('Sorry, the permissions for this object are unavailable.')}

% endif