{{#d-modal-body id="chat-integration-edit-channel-modal" title="chat_integration.edit_channel_modal.title"}}
{{#each model.provider.channel_parameters as |param|}} {{/each}}
{{i18n (concat 'chat_integration.provider.' model.channel.provider '.title')}}
{{text-field name=(concat 'param-' param.key) value=(mut (get model.channel.data param.key)) }}   {{#if (get model.channel.data param.key)}} {{input-tip validation=(get paramValidation param.key)}} {{/if}}
{{/d-modal-body}}