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

{$layout.pagetitle}

 {trans("Default Userpanel Rights:")}
{cycle values="light,lucid" print=false} {foreach from=$userpanelrights item=right} {foreachelse} {/foreach}
{trans("Module:")} {trans("Description:")}  
{$right.module}
{trans("There are any userpanel rights.")}
{trans("Submit")}
 {trans("Customers:")}  {trans("Userpanel Rights:")}
{cycle values="light,lucid" print=false} {foreach $userpanelrights as $right} {foreachelse} {/foreach}
{trans("Module:")} {trans("Description:")}  
{$right.module} {t}{$right.description}{/t}
{trans("There are any userpanel rights.")}
{trans("Submit")}
{/block}