{extends file="get_usermod:layouts/main/layout.html"} {block name="content"} {load_language_text section="swixpostfinancecheckout"}
{if $content.error}
{$content.error}
{/if}
{$txt.legend_basic_settings}
{$txt.legend_status} {if $content.connected == true}
{$txt.connected_success}
{else}
{$txt.connected_failure}
{/if} {if $content.webhookExists == true}
{$txt.webhook_success}
{else}
{$txt.webhook_failure}
{/if}
{/block} {block name="bottom_save_bar"} {load_language_text section="admin_buttons" name="admin_buttons"} {/block}