{extends file="layout.html"} {block name=title}LMS: {$layout.pagetitle|striphtml}{/block} {block name=module_content}

{$layout.pagetitle}

{if !empty($reftype) && $reftype == 'division'} {/if} {if !empty($reftype)} {if $reftype == 'divisionuser'} {/if} {if $reftype == 'divisionuser' || $reftype == 'user'} {/if} {/if}
{icon name="division"} {trans("Division")}
{icon name="division"} {trans("Division")} {$divisioninfo.shortname}
{icon name="user"} {trans("User")}
{icon name="configuration"} {trans("Section:")} {if empty($reftype)} {else} {$config.section} {/if} 
{icon name="service"} {trans("Name:")} {if empty($reftype)}   {else} {$config.var} {/if} 
{if ConfigHelper::checkPrivilege('superuser') && empty($reftype)} {/if} {if !empty($reftype)} {/if}
{icon name="service"} {trans("Value:")}
{icon name="comment"} {trans("Comment:")}
{icon name="wait"} {trans("Status:")}
{icon name="type"} {trans("Type:")}
{trans("Documentation:")}
{$config.documentation}
{button type="submit" onclick="document.config.submit();" icon="save" label="Submit"} {button type="link-button" onclick="location.href = '{$backurl}';" icon="cancel" label="Cancel"}
{/block}