{'Sort order'|@translate} :

{'Plugins'|@translate}

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