{layout @layout} {block title}{$title} | {siteTitle()}{/block} {block content} {import forms.html} {ifset $flash['success']}
×

{$flash['success']}

{/ifset}
 

{_'contact_us'}

{ifset $errors}
{_'correct_following_errors'}
{/ifset}
{include input, name: 'name', value: $name, class: 'w3-input', autocomplete: 'on' }

{$errors['name']}

{include input, name: 'subject', value: $subject, class: 'w3-input' }

{$errors['subject']}

{include input, name: 'phone', class: 'c5-center', autocomplete: 'off' }
{include input, name: 'email', value: $email, type: 'email', class: 'w3-input', utocomplete: 'on' }

{$errors['email']}

{include input, name: 'token', value: $token, type: 'hidden'}
{include textarea, name: 'message', value: $message, class: 'w3-input' }

{$errors['message']}

{include input, name: 'antispam_answer', required: true, class: 'w3-input' }

{$errors['antispam_answer']}

{include input, name: 'save', value: ( 'contact.send'|translate ), type: 'submit', class: 'w3-btn w3-green w3-block'}
 

{/block}