2020-05-07 12:16:12 +02:00
|
|
|
{extends file='ls:base_connected.tpl'}
|
|
|
|
{block name="content"}
|
2018-06-11 11:50:17 +02:00
|
|
|
{if $pagetitle != ''}<h1 id='LSview_title'>{$pagetitle|escape:"htmlall"}</h1>{/if}
|
2020-06-04 16:34:40 +02:00
|
|
|
|
|
|
|
{include file='ls:LSview_actions.tpl'}
|
2020-05-04 11:53:12 +02:00
|
|
|
|
2013-06-17 23:39:22 +02:00
|
|
|
{include file='ls:LSform_view.tpl'}
|
2020-05-04 11:53:12 +02:00
|
|
|
|
|
|
|
{if isset($LSrelations) && $LSrelations}
|
2008-02-26 18:40:05 +01:00
|
|
|
{foreach from=$LSrelations item=item}
|
2013-06-17 23:39:22 +02:00
|
|
|
{include file='ls:LSrelations.tpl'}
|
2008-02-26 18:40:05 +01:00
|
|
|
{/foreach}
|
|
|
|
{/if}
|
2020-05-07 12:16:12 +02:00
|
|
|
{/block}
|