{'Sort order'|@translate} :
{'Plugins'|@translate}
{if isset($plugins)}
{'Name'|@translate} |
{'Version'|@translate} |
{'Description'|@translate} |
{'Actions'|@translate} |
{html_head} {*add the style to html head for strict standard compliance*}
{/html_head}
{foreach from=$plugins item=plugin name=plugins_loop}
{$plugin.NAME}
|
{$plugin.VERSION} |
{$plugin.DESCRIPTION} |
{foreach from=$plugin.actions item=action}
{$action.L_ACTION}
{/foreach}
|
{/foreach}
{/if}