{l s='Paid Inform' mod='paidinform'}
{l s='Alert if paid'} :
{*
{l s=''}
*}
{* Payment Method *} {foreach from=$payment_methods name=payment_methods item=payment_method}
{if $smarty.foreach.payment_methods.first}{l s='Payment Method' mod='paidinform'} :{else} {/if}
{*
{l s=''}
*}
{/foreach} {* Blank line use for add a new line *}
{if $payment_methods|@count == 0}{l s='Payment Method' mod='paidinform'} :{else} {/if}
{*
{l s=''}
*}
{if !$withbankwirethai} {* Bank Account *} {foreach from=$bank_accounts name=bank_accounts item=bank_account}
{if $smarty.foreach.bank_accounts.first}{l s='Bank Account' mod='paidinform'} :{else} {/if}
{*
{l s=''}
*}
{/foreach} {* Blank line use for add a new line *}
{if $bank_accounts|@count == 0}{l s='Bank Account' mod='paidinform'} :{else} {/if}
{*
{l s=''}
*}
{/if}