{include file='ls:top.tpl'}
{tr msg="Attributes / Profiles"} | {foreach $LSprofiles as $name => $label}{$label} {if $name != $label}{/if} | {/foreach} {foreach $LSobjects[$LSobject]['attrs'] as $name => $conf}
---|---|
{$conf.label} | {foreach $LSprofiles as $profil => $profil_label}{if $conf.rights[$profil] == 'r'} {tr msg="Readable"} {elseif $conf.rights[$profil] == 'w'} {tr msg="Readable / Writable"} {/if} | {/foreach}
{tr msg="Relations / Profiles"} | {foreach $LSprofiles as $name => $label}{$label} {if $name != $label}{/if} | {/foreach} {foreach $LSobjects[$LSobject]['relations'] as $name => $conf}
---|---|
{$conf.label} | {foreach $LSprofiles as $profil => $profil_label}{if $conf.rights[$profil] == 'r'} {tr msg="Readable"} {elseif $conf.rights[$profil] == 'w'} {tr msg="Readable / Writable"} {/if} | {/foreach}
{tr msg="This object type has no configured relation."} {/if}