{:lang_i18n('我们的信息')}
{notempty name="our_information"}
{assign name="first_info" value="$our_information|array_shift"/}
{notempty name="first_info.image"}
{/notempty}
{assign name="chunk_info" value="$our_information|array_chunk=2"}
{volist name="chunk_info" id="chunk"}
{$first_info.desc|raw}
{notempty name="chunk.0.image"}
{/notempty}
{/volist}
{/notempty}
{volist name="chunk" id="info" key="k"}
{$info.title}:
{$info.desc|raw}
{/volist}