{$smarty.const.STRING_MODULE_NAME} |
{$smarty.const.STRING_MODULE_ACTIONS} |
{section name=i loop=$payment_modules}
{$payment_modules[i]->title}
{$payment_modules[i]->description} |
{if $payment_modules[i]->ModuleType || !$payment_modules[i]->is_installed()}
{$smarty.const.STRING_MODULE_INSTALL} |
{/if}
{/section}
| |
{$smarty.const.SHMODULES_INSTALLED_CONFIGS} |
{$smarty.const.STRING_MODULE_ACTIONS} |
{section name=i loop=$payment_configs}
{assign var="InstalledModuleConfigs" value=1}
{$payment_configs[i].ConfigName} |
{$smarty.const.EDIT_BUTTON} | {$smarty.const.DELETE_BUTTON} |
{/section}
{if !$InstalledModuleConfigs}
{$smarty.const.ADMIN_NO_INSTALLED_MODULE_CONFS} |
{/if}
|