{extend name="public/base" /} {block name="title"} {:lang('contact_index.title')} {/block} {block name="style"} {/block} {block name="main"} {notempty name="focus_image.image"}
{/notempty}
{notempty name="info_datas"}
{volist name="info_datas" id="items"}
{gt name=":count($items)" value="2"} {volist name="items" id="item"} {$item.title} {notempty name="item.title_short"} {$item.title_short} {/notempty} {notempty name="item.desc"} {if condition="str_contains($item.desc, ' {else/}
{/if} {$item.desc|raw}
{/notempty}
{/volist} {else/} {volist name="items" id="item"}
{$item.title} {$item.desc|raw}
{/volist} {/gt}
{/volist}
{/notempty}
{/block}