{extend name="public/base" /} {block name="style"} {/block} {block name="main"}
{notempty name="focus_image.image"} {/notempty}
{notempty name="info_datas"}
{assign name="chunks" value=":array_chunk($info_datas, 2)" /} {assign name="sizeof_chunks" value=":count($chunks)" /} {volist name="chunks" id="ch" key="k"} {if condition="$k elt ($sizeof_chunks - 1)"}
{volist name="ch" id="item"}
$item['title_txt_color']])}>{$item.title} {notempty name="item.desc"} $item['desc_txt_color']])}>{$item.desc|raw} {/notempty} {notempty name="item.extra_image"} {/notempty}
{/volist}
{else/} {volist name="ch" id="item"}
$item['title_txt_color']])}>{$item.title} $item['desc_txt_color']])}>{$item.desc|raw}
{/volist} {/if} {/volist}
{/notempty}
{/block} {block name="script"} {/block}