{{t "Integrations"}} {{svg-jar "arrow-right"}} {{this.integration.name}}

{{t "Configuration"}}

{{#unless this.integration.iconImage}} {{svg-jar "integration" class="w11 h11"}} {{/unless}} {{#if uploader.isUploading}}
{{uploader.progressBar}}
{{else}} {{/if}}
{{t "Content API Key"}}
{{this.integration.contentKey.secret}}
{{t "Admin API Key"}}
{{this.integration.adminKey.secret}}
{{t "API URL"}}
{{this.apiUrl}}

{{t "Webhooks"}}

{{#each this.filteredWebhooks as |webhook|}} {{else}} {{/each}} {{#if this.filteredWebhooks}} {{/if}}
{{t "Name"}} {{t "Event"}} {{t "URL"}} {{t "Last triggered"}}
{{webhook.name}} {{event-name webhook.event}} {{webhook.targetUrl}} {{or webhook.lastTriggeredAtUTC (t "Not triggered")}}
{{svg-jar "pen" class="w6 h6 fill-midgrey pa1 mr1"}}

{{t "No webhooks configured"}}

{{svg-jar "add" class="w3 h3 fill-blue-d1"}} {{t "Add webhook"}}
{{svg-jar "add" class="w3 h3 fill-blue-d1"}} {{t "Add webhook"}}
{{#if this.showUnsavedChangesModal}} {{/if}} {{#if this.showDeleteIntegrationModal}} {{/if}} {{#if this.webhookToDelete}} {{/if}} {{outlet}}