## Copyright (c) 2016 by Adaptive Computing Enterprises, Inc. All Rights Reserved. <%! from django.utils.translation import ugettext as _ %> %if status_code == 200: %for count , roles in enumerate(rolelist): %for id in roles: %if ('update-roles' in perms) or ('delete-roles' in perms): %endif %endfor %endfor %else:
${ rolelist }
%endif
${_("Role Name")} ${_("Description")}
${ roles[id]['name'] } %if 'description' in roles[id]: ${ roles[id]['description'] } %else: N/A %endif %if 'update-roles' in perms: %endif %if 'delete-roles' in perms: %endif
%if not basic_roles_exist:
%endif