{trans key="fraud_methods.methods"}


{foreach from=$FraudMethods item="fraudMethod"}
{if $fraudMethod.active == 'Yes'} {if $fraudMethod.logo != ''} {else}

{$fraudMethod.name}

{/if} {else} {if $fraudMethod.logo != ''} {else}

{$fraudMethod.name}

{/if} {/if}
{if $fraudMethod.active == 'Yes'}{trans key="common.edit"}{/if}
{/foreach} {if count($FraudMethods) == 0} {trans key="fraud_methods.no_records"} {/if}
{include file="templates/pages/fraud-method/modal-add-method.html"}