{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}

{$CONST.CURRENT_TEMPLATE}

{$CONST.FRONTEND}: {$cur_tpl.info.name|truncate:25:"…"}

{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_CONFIG}:
{$cur_tpl.info.custom_config|default:$CONST.NO}
{$CONST.CUSTOM_ADMIN_INTERFACE}:
{$cur_tpl.info.custom_admin_interface}
{if !$cur_tpl.info.custom_config}

{$CONST.STYLE_OPTIONS_NONE}

{/if}
{if $cur_tpl.info.custom_config}{$CONST.CONFIGURATION}{/if} {if $cur_tpl.info.custom_admin_interface == $CONST.YES and $cur_tpl.info.name != $cur_tpl_backend.info.name}{$CONST.INSTALL}: {$CONST.BACKEND}{/if}
{if $cur_template_backend}

{$CONST.BACKEND}: {$cur_tpl_backend.info.name|truncate:25:"…"}

{if $cur_tpl_backend.fullsize_backend_preview || $cur_tpl_backend.preview_backend} {if $cur_tpl_backend.fullsize_backend_preview} {$CONST.PREVIEW} {else} {$CONST.PREVIEW} {/if} {/if}
{$CONST.AUTHOR}:
{$cur_tpl_backend.info.author}
{$CONST.LAST_UPDATED}:
{$cur_tpl_backend.info.date}
{/if}

{$CONST.AVAILABLE_TEMPLATES}

{/if}