{#if !$appState.currentRequest.approval}
{#if error} {error} {/if}

{appName ? `"${appName}"` : 'An appplication'} would like to access your AWS credentials.

{#each $appState.currentRequest.clients as client}
Path:
{@html client ? breakPath(client) : 'Unknown'}
PID:
{client ? client.pid : 'Unknown'} {/each}
{/if}