Plugins manager

{foreach $installed_plugin_list as $plugin} {/foreach}
Name Version
{$plugin.name}
{$plugin.description}
{if $plugin.plugin_active=='yes'} Active {else} Inactive {/if} {$plugin.author}
{$plugin.version}
{if !$installed_plugin_list}
There are no plugins installed
{/if}