{if $showRemoteInput}
{$remoteInput}
{else} {include file="$template/payment/$cardOrBank/validate.tpl"}
{if $errormessage} {include file="$template/includes/alert.tpl" type="error" errorshtml=$errormessage} {/if}
{include file="$template/payment/$cardOrBank/select.tpl"}
{if !$hasRemoteInput} {include file="$template/payment/$cardOrBank/inputs.tpl"} {/if}
{include file="$template/payment/invoice-summary.tpl"}
{if $servedOverSsl} {/if}
{/if}