{include file="header.html"}

{$layout.pagetitle}

{if $registry.description} {/if}
{$registry.name} ({$registry.id|string_format:"%04d"})
{t}Cash-in receipt numbering plan:{/t} {$registry.in_template|default:"%N/LMS/%Y"}
{t}Cash-out receipt numbering plan:{/t} {$registry.out_template|default:"%N/LMS/%Y"}
{t}Description:{/t}
{$registry.description|replace:"\n":"
"}
{t}Disabled summary:{/t} {if $registry.disabled}{t}yes{/t}{else}{t}no{/t}{/if}
{t}Privileges:{/t} {cycle values="light,lucid" print=false} {foreach from=$registry.rights item=right} {if $right.rights} {/if} {/foreach}
{t}User{/t} {t}Read{/t} {t}Write (+R){/t} {t}Advanced (+RW){/t}
{$right.name} {if $right.rights > 0}{/if} {if $right.rights > 1}{/if} {if $right.rights > 2}{/if}
{t}Browse{/t} {t}Edit{/t} {t}Cancel{/t}

{include file="footer.html"}