{extends file="ls:empty.tpl"} {block "content"} {if $pagetitle != ''} {$pagetitle} {if $LSview_actions != ''} {foreach from=$LSview_actions item=item} {if is_array($item)} {if !isset($item.hideLabel) || !$item.hideLabel} {$item.label}{/if} {/if} {/foreach} {/if} {/if} {include file='ls:LSform.tpl'} {/block}