{$TABSHEET}

{'Plugins'|@translate}

{if isset($plugins_not_uptodate)}
{'plugins_need_update'|@translate} {foreach from=$plugins_not_uptodate item=plugin name=plugins_loop} {/foreach}
{'Name'|@translate} {'plugins_actual_version'|@translate} {'plugins_new_version'|@translate} {'Actions'|@translate}
{$plugin.EXT_NAME} {$plugin.EXT_DESC} {$plugin.VERSION} {$plugin.NEW_VERSION} {$plugin.NEW_VER_DESC} {'plugins_auto_update'|@translate} / {'plugins_download'|@translate}
{/if} {if isset($plugins_uptodate)}
{'plugins_dontneed_update'|@translate} {foreach from=$plugins_uptodate item=plugin name=plugins_loop} {/foreach}
{'Name'|@translate} {'Version'|@translate}
{$plugin.NAME} {$plugin.EXT_DESC} {$plugin.VERSION}
{/if} {if isset($plugins_cant_check)}
{'plugins_cant_check'|@translate} {foreach from=$plugins_cant_check item=plugin name=plugins_loop} {/foreach}
{'Name'|@translate} {'Version'|@translate}
{$plugin.NAME} {$plugin.VERSION}
{/if}