{extend name="public/base" /} {block name="title"}{:lang('contact_message.title')}{/block} {block name="style"} {/block} {block name="main"}
{notempty name="focus_image"} {/notempty}
{:lang('contact_message.our_information')}
{notempty name="our_information[0]"}
{assign name="first_info" value="$our_information|array_shift" /} {notempty name="first_info"}
{notempty name="first_info.image"}
{/notempty}
{$first_info.title}:
{$first_info.desc|raw}
{/notempty} {volist name="our_information|array_chunk=2" id="infos"}
{volist name="infos" id="inf"} {notempty name="inf.image"}
{/notempty}
{$inf.title}:
{$inf.desc|raw}
{/volist}
{/volist}
{/notempty}
{:lang('contact_message.send_question')}
{:lang('contact_message.form_name')}*
{:lang('contact_message.form_email')} *
{:lang('contact_message.form_question')} *
{:lang('contact_message.form_submit')}
{/block} {block name="script"} {/block}