{foreach from=$LSobject_list item=object} {/foreach}
{$LSobject_list_objectname}
{$object.displayValue}
{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}