{if $adminAction == 'install'} {$install_template|string_format:"{$CONST.TEMPLATE_SET}"} {/if} {if $deprecated} {$CONST.WARNING_TEMPLATE_DEPRECATED} {/if} {if $adminAction == 'editConfiguration'}

{$CONST.STYLE_OPTIONS} ({$cur_template})

{if $has_config} {if $adminAction == 'configure'} {$CONST.DONE}: {$save_time} {/if}
{$form_token} {$configuration}
{else}

{$CONST.STYLE_OPTIONS_NONE}

{/if}
{else}
{assign var="cur_tpl" value=$templates[$cur_template]}

{$CONST.CURRENT_TEMPLATE}

{$cur_tpl.info.name}

{if $cur_tpl.fullsize_preview || $cur_tpl.preview} {if $cur_tpl.fullsize_preview} {$CONST.PREVIEW} {else} {$CONST.PREVIEW} {/if} {/if}
{$CONST.AUTHOR}:
{$cur_tpl.info.author}
{$CONST.LAST_UPDATED}:
{$cur_tpl.info.date}
{$CONST.CUSTOM_ADMIN_INTERFACE}:
{$cur_tpl.info.custom_admin_interface}
{$CONST.CONFIGURATION}

{$CONST.AVAILABLE_TEMPLATES}

{/if}