{* $Id$ *}

{'Plugins'|@translate}

{if isset($plugins) } {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}