{include file='top.tpl'}

{$pagetitle}

{if $LSview_actions != ''}

{foreach from=$LSview_actions item=item} {$item.label} {$item.label} {/foreach}

{/if} {foreach from=$LSobject_list item=object} {/foreach}
{$LSobject_list_objectname} {$_Actions}
{$object.displayValue} {if $object.actions!=''} {foreach from=$object.actions item=item} {$item.label} {/foreach} {/if}
{if $LSobject_list_nbpage}

{section name=listpage loop=$LSobject_list_nbpage step=1} {if $LSobject_list_currentpage == $smarty.section.listpage.index} {$LSobject_list_currentpage+1} {else} {$smarty.section.listpage.index+1} {/if} {/section}

{/if} {include file='bottom.tpl'}