{if isset($template)} {title help="Edit Templates" url="tiki-edit_templates.php?mode=listing&template=$template"} {if $prefs.feature_edit_templates ne 'y' or $tiki_p_edit_templates ne 'y'} {tr}View template:{/tr} {else} {tr}Edit template:{/tr} {/if} {$template} {/title} {else} {title help="Edit Templates"}{tr}Edit templates{/tr}{/title} {/if}
{if $prefs.feature_editcss eq 'y'} {button href="tiki-edit_css.php" _text="{tr}Edit CSS{/tr}"} {/if} {if $mode eq 'editing'} {button href="tiki-edit_templates.php" _text="{tr}Template listing{/tr}"} {/if}
{if $mode eq 'listing'}

{tr}Available templates:{/tr}

{section name=user loop=$files} {sectionelse} {norecords _colspan=1} {/section}
{tr}Template{/tr}
{$files[user]}
{/if} {if $mode eq 'editing'} {if $prefs.feature_edit_templates eq 'y' and $tiki_p_edit_templates eq 'y'} {remarksbox type="warning" title="{tr}Important!{/tr}" highlight="y"} {/remarksbox} {/if}
{ticket} {if $prefs.feature_edit_templates eq 'y' and $tiki_p_edit_templates eq 'y'} {if $style_local eq 'n'} {/if} {if $style_local eq 'y'} {tr}Delete the copy in the theme:{/tr} {$prefs.style|replace:'.css':''} {/if} {/if}
{/if}