{{#if (and controlGroupResponse.token controlGroupResponse.uiParams.url)}}
You have been granted access to {{model.requestPath}}. Be careful, you can only access this data once. If you need access again in the future you will need to get authorized again.
{{else}} {{#if unwrapData}}
{{#link-to 'vault.cluster.access.control-groups' class="button"}} Back {{/link-to}}
{{else}}
{{message-error errorMessage=error}}

If you have the token, you can now can access {{model.requestPath}}

{{input data-test-token-input class="input" autocomplete="off" name="token" value=token}}
{{/if}} {{/if}}