{include file="sections/header.tpl"}
{Lang::T('Plugin')}
{foreach $plugins as $plugin}

{$plugin['name']}

{$plugin['description']}
@{$plugin['author']} Last update: {$plugin['last_update']}
{/foreach}
{Lang::T('Payment Gateway')}
{foreach $pgs as $pg}

{$pg['name']}

{$pg['description']}
@{$plugin['author']} Last update: {$plugin['last_update']}
{/foreach}
{include file="sections/footer.tpl"}