{{_ scope_name}}

{{{markdown scope_detail}}}

{{_ 'Scope Information'}}

{{_ 'The following information outlines how and where this scope can be used.'}}

{{_ 'Scope Name'}} {{scope_slug}}
{{_ 'User Approval'}} {{#when scope_type '===' 'user'}} {{_ 'Yes'}} {{else}} {{_ 'No'}} {{/when}}
{{_ 'Special Approval'}} {{#if scope_special_approval}} {{_ 'Yes'}} {{else}} {{_ 'No'}} {{/if}}

{{_ 'REST Calls'}}

{{_ 'The following API call are assigned to this scope.'}}

{{#if rest.length}} {{#each rest}} {{/each}}
{{_ 'Name'}} {{_ 'Method'}} {{_ 'URL'}}
{{_ rest_title}} {{upper rest_method}} /rest{{ rest_path}}
{{/if}}