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

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

{$CONST.SELECT_TEMPLATE}

{foreach $templates as $template=>$info} {if $info.info.engine == "yes"}{continue}{/if} {if !empty($template)} {if $template@iteration is even}
{else}
{/if}
{$info.info.name} {if $template != $cur_template} {if !$info.unmetRequirements} {$CONST.SET_AS_TEMPLATE} {else} {$info.unmetRequirements}> {/if} {/if}
{if $info.fullsize_preview} {if $info.preview} {else}   {/if} {/if} {$CONST.AUTHOR}: {$info.info.author}
{$CONST.LAST_UPDATED}: {$info.info.date}
{$CONST.CUSTOM_ADMIN_INTERFACE}: {$info.info.custom_admin_interface}
{/if} {/foreach}