{{#if (and (has-feature "Sentinel") (or (has-permission "policies" routeParams="rgp") (has-permission "policies" routeParams="egp")))}}
{{#if (has-permission "policies" routeParams="acl")}}
  • ACL Policies
  • {{/if}} {{#if (has-permission "policies" routeParams="rgp")}}
  • Role Governing Policies
  • {{/if}} {{#if (has-permission "policies" routeParams="egp")}}
  • Endpoint Governing Policies
  • {{/if}}
    {{outlet}}
    {{else}} {{outlet}} {{/if}}