{capture name=contacts}

{$LABEL.help_contacts}

{if $CONFIG.settings.company_name}

{$LABEL.lbl_company}: {$CONFIG.settings.company_name} {if $CONFIG.settings.shop_inn}
{$LABEL.lbl_inn} {$CONFIG.settings.shop_inn} {/if} {if $CONFIG.settings.shop_kpp}
{$LABEL.lbl_kpp} {$CONFIG.settings.shop_kpp} {/if} {if $CONFIG.settings.shop_ogrn}
{$LABEL.lbl_ogrn} {$CONFIG.settings.shop_ogrn} {/if} {if $CONFIG.settings.shop_zipcode or $CONFIG.settings.shop_city or $CONFIG.settings.shop_address}
{$LABEL.lbl_legal_address}: {$CONFIG.settings.shop_zipcode}, {$CONFIG.settings.shop_city}, {$CONFIG.settings.shop_address} {/if} {if $CONFIG.settings.shop_bank_name}
{$LABEL.lbl_bank_name}: {$CONFIG.settings.shop_bank_name} {/if} {if $CONFIG.settings.shop_bank_bik}
{$LABEL.lbl_bank_bik} {$CONFIG.settings.shop_bank_bik} {/if} {if $CONFIG.settings.shop_bank_account}
{$LABEL.lbl_bank_rs} {$CONFIG.settings.shop_bank_account} {/if} {if $CONFIG.settings.shop_bank_ks}
{$LABEL.lbl_bank_ks} {$CONFIG.settings.shop_bank_ks} {/if}

{/if} {if is_numeric($CONFIG.settings.admin_icq)}

ICQ: {$CONFIG.settings.admin_icq}

{assign var=hr value=true} {/if} {if $CONFIG.settings.admin_skype}

Skype: {$CONFIG.settings.admin_skype}

{assign var=hr value=true} {/if} {if $CONFIG.settings.admin_phone}

{$LABEL.lbl_phone2}: {$CONFIG.settings.admin_phone}

{assign var=hr value=true} {/if} {if $CONFIG.settings.admin_email}

{$LABEL.lbl_email}: {mailto address=$CONFIG.settings.admin_email encode="javascript_charcode"}

{/if} {if $hr}
{/if} {if $CONFIG.modules.messages.avail eq 'Y' and $smarty.session.customer_info.id}

{$LABEL.lbl_use_messages_module}

{$LABEL.link_go_messages_module}

{else} {if $CONFIG.settings.contacts_form_only_for_registered ne 'on' or $smarty.session.customer_info.id}
{if $CONFIG.settings.captcha_turn_off ne 'on'} {else} {/if}
{$LABEL.lbl_your_name}: E-Mail:
{$LABEL.lbl_message}:
{if $CONFIG.settings.captcha_turn_off ne 'on'} {$LABEL.lbl_kcapture_code}
{else}   {/if}
{$LABEL.lbl_kcapture_code}:   {include file="_system_/button.html" title=$LABEL.link_send js="document.forms.contacts_form.submit();"} 
{else} {$LABEL.note_contacts_form_disabled} {/if} {/if}
{/capture} {include file="_system_/center_block.html" title=$LABEL.link_contacts content=$smarty.capture.contacts}