{{#if (gt items.length 0)}}
{{item.Action}} {{#if (gt item.HTTP.Methods.length 0)}}
Methods
{{#each item.HTTP.Methods as |item|}} {{item}} {{/each}}
{{/if}} {{#if item.HTTP.Path}}
{{item.HTTP.PathType}}
{{item.HTTP.Path}}
{{/if}} {{#each item.HTTP.Header as |item|}}
Header
{{item.Name}} {{route-match item}}
{{/each}}
{{#if onclick}} Edit Delete Confirm delete

Are you sure you want to delete this permission?

Delete
{{/if}}
{{/if}}