[`Connect new source`]

{if $is_any_source_plugin_installed} {$container_id = uniqid('f-create-source-container')}
[`Provider`]
    {foreach $sources as $source_id => $source_provider}
  • {if !empty($source_provider.icon)} {else} {/if} {$source_provider.name|default:$source_id|escape} {if !empty($source_provider.required_settings)} [`specify settings`] {/if}
  • {/foreach}
{$wa->csrf()} {if $source->getId()} [`Cancel`] {/if}
{else}

[`You need to install any source plugin before connecting sources.`]

{/if}