{extends file="layout.tpl"} {* Breadcrumb *} {block name='no-return-functions' append} {$breadcrumbs = [['title' => {intl l="Contact Us"}, 'url'=>{url path="/contact"}]]} {/block} {block name="main-content"} {include file="components/smarty/PageHeader/PageHeader.html" TITLE={intl l="Contact Us"}}
{block name="contact-form"} {form name="thelia.front.contact"}
{form_hidden_fields} {hook name="recaptcha.check" id="ContactRecaptcha"} {hook name="contact.form-top"} {if $form_error}
{include file="components/smarty/Alert/Alert.html" type="error" title={intl l="Error"} message=$form_error_message}
{/if}
{form_field field="name"} {include file="components/smarty/Input/Input.html" type="text" name=$name label=$label value=$value placeholder={intl l="You name"} id="{$label_attr.for|default:null}-mini" required=$required } {/form_field} {form_field field="email"} {include file="components/smarty/Input/Input.html" type="text" name=$name label=$label value=$value placeholder={intl l="Your email"} id="{$label_attr.for|default:null}-mini" required=$required } {/form_field} {form_field field="subject"} {include file="components/smarty/Input/Input.html" type="text" name=$name label=$label value=$value placeholder={intl l="The subject of your message"} id="{$label_attr.for|default:null}-mini" required=$required } {/form_field} {form_field field="message"}
{if isset($error) && $error && isset($message) && $message} {$message} {/if}
{/form_field}
{hook name="contact.form-bottom"}
* {intl l="Required fields"}
{/form} {/block}
{ifhook rel="contact.top"} {hook name="contact.top"} {/ifhook} {elsehook rel="contact.top"} {/elsehook} {hook name="contact.bottom"}
{/block} {block name="css" append} {hook name="contact.stylesheet"} {/block} {block name="after-javascript-include"} {hook name="contact.after-javascript-include"} {/block} {block name="javascript-initialization"} {hook name="contact.javascript-initialization"} {/block}