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

{$layout.pagetitle}

{foreach $nodegrouplist as $nodegroup} {foreachelse} {/foreach}
{icon name="nodegroup"} {trans("Name")}
{icon name="info"} {trans("Description")}
{trans("ID")} {trans("Members")} {t a=$listdata.total|default:"0"}Total: $a{/t}
{icon name="info"} {trans("Total:")} {$listdata.nodestotal|default:"0"}  
{icon name="nodegroup"} {$nodegroup.name|escape}
{if $nodegroup.description} {icon name="info"} {$nodegroup.description|escape} {/if}
(#{$nodegroup.id}) {$nodegroup.nodescount} {if $nodegroup.nodescount} {button type="link" icon="delete" tip="Delete" class="delete-nodegroup-alert"} {else} {button type="link" icon="delete" tip="Delete" class="delete-nodegroup" data_href="?m=nodegroupdel&id={$nodegroup.id}"} {/if} {button type="link" icon="edit" tip="edit" href="?m=nodegroupedit&id={$nodegroup.id}"} {button type="link" icon="info" tip="Info" href="?m=nodegroupinfo&id={$nodegroup.id}"}
{trans("There are no such groups in database.")}
{/block}