{if $plugin_to_conf} {if is_array($save_errors)}
{$CONST.ERROR}:
{elseif $saveconf}
{$CONST.DONE}: {$CONST.SETTINGS_SAVED_AT|sprintf:"$timestamp"}
{/if}
{$formToken} {if !empty($license)} {/if}
{$CONST.NAME} {$name} ({$class})
{$CONST.DESCRIPTION} {$desc} {if ! empty($documentation) }
{$CONST.PLUGIN_DOCUMENTATION} {/if} {if $changelog}
{$CONST.PLUGIN_DOCUMENTATION_CHANGELOG} {/if} {if $documentation_local}
{$CONST.PLUGIN_DOCUMENTATION_LOCAL} {/if}
{$CONST.MEDIA_PROPERTY_COPYRIGHT} {$license}

{$config}
{elseif $adminAction == "addnew"} {if $type == "event"}

{$CONST.EVENT_PLUGINS}

{else}

{$CONST.SIDEBAR_PLUGINS}

{/if}
{foreach $errorstack as $e_idx => $e_name} {$CONST.ERROR}: {$e_name}
{/foreach} {foreach $pluggroups AS $pluggroup => $groupstack} {if empty($pluggroup)} {if !empty($only_group)}{continue}{/if} {elseif !empty($only_group) && $pluggroup != $only_group}{continue}{else} {/if} {foreach $groupstack as $plug} {/foreach} {/foreach}
{$formToken} {$CONST.FILTERS}
{foreach $groupnames as $available_group => $available_name}{if $pluggroup == $available_group}{$available_name}{/if}{/foreach}
Plugin Action
{$plug.name} {if isset($requirements_failures.{$plug.class_name})} {$CONST.UNMET_REQUIREMENTS|sprintf:"{if $requirements_failures.{$plug.class_name}.s9y}s9y $plug.requirements..serendipity,{/if} {if $requirements_failures.{$plug.class_name}.php}PHP $plug.requirements.php,{/if} {if $requirements_failures.{$plug.class_name}.smarty}Smarty $plug.requirements.smarty{/if}"} {elseif $plug['upgradable'] == true} {$CONST.UPGRADE} {elseif $plug.installable == true} {$CONST.INSTALL} {else} {$CONST.ALREADY_INSTALLED} {/if}
{$plug.description}
({$plug.class_name}) {if ! empty($plug.author)} {$CONST.AUTHOR}: {$plug.author} {/if} {if ! empty($plug.version)} {$CONST.VERSION}: {$plug.version} {/if} {if ! empty($plug.website)} {$CONST.PLUGIN_DOCUMENTATION} {/if} {if ! empty($plug.local_documentation)} {$CONST.PLUGIN_DOCUMENTATION_LOCAL} {/if} {if ! empty($plug.changelog)} {$CONST.PLUGIN_DOCUMENTATION_CHANGELOG} {/if} {if ! empty({$plug.upgrade_version}) && $plug.upgrade_version != $plug.version} {$CONST.UPGRADE_TO_VERSION|sprintf:"{$plug.upgrade_version}"} {/if} {if ! empty($plug.pluginlocation) && $plug.pluginlocation != 'local'} ({$plug.pluginlocation|escape:"html"}) {/if}
{$CONST.PLUGIN_AVAILABLE_COUNT|sprintf:$count_pluginstack}
{else} {if $save}
{$CONST.DONE}:{$CONST.SETTINGS_SAVED_AT|sprintf:"$timestamp"}
{/if}
{$CONST.BELOW_IS_A_LIST_OF_INSTALLED_PLUGINS}
{if $eyecandy}
{$CONST.PREFERENCE_USE_JS_WARNING}
{/if}

{$CONST.SIDEBAR_PLUGINS}

{$CONST.CLICK_HERE_TO_INSTALL_PLUGIN|sprintf:"{$CONST.SIDEBAR_PLUGIN}"} {$backend_plugins_sidebar_header} {$sidebar_plugins}

{$CONST.EVENT_PLUGINS}

{{$CONST.CLICK_HERE_TO_INSTALL_PLUGIN}|sprintf:"{$CONST.EVENT_PLUGIN}"} {$backend_plugins_event_header} {$event_plugins} {if $memsnaps}

Memory Usage

{$memSnaps|print_r}
{/if} {/if}