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

{$layout.pagetitle}

{if $listdata.total != 0} {/if} {foreach $statelist as $state} {foreachelse} {/foreach} {if $listdata.total != 0} {/if}
{icon name="location"} {trans("Name")} {trans("ID")} {trans("Description")} {button icon="save" label="Add state" href="?m=stateadd"}
{include file="scroller.html" loop=$statelist}
{icon name="location"} {$state.name|escape} (#{$state.id}) {$state.description|escape|replace:"\n":"
"}
{button type="link" class="delete-state" data_href="?m=statedel&id={$state.id}" icon="delete" tip="Delete"} {button type="link" href="?m=stateedit&id={$state.id}" icon="edit" tip="Edit"}
{trans("No such states in database.")}
{include file="scroller.html" loop=$statelist}
{button icon="save" label="Add state" href="?m=stateadd"}
{/block}