{include file="header.html"}

{$layout.pagetitle}

{trans("Name:")} {$documenttype.name}
{trans("Permissions:")} {cycle values="light,lucid" print=false} {foreach from=$documenttype.rights item=right key=key} {/foreach}
{trans("User")} {trans("Viewing")} {trans("Creating")} {trans("Confirming")} {trans("Editing")} {trans("Deleting")}
{$right.name}
{trans("Submit")} {trans("Cancel")}
{include file="footer.html"}