{% if app.request.locale == "hr" %}

KONTAKTIRAJTE NAS VEĆ DANAS! Odaberite proizvode i usluge koje vas zanimaju, a naš će vas tim kontaktirati što je prije moguće.

{% elseif app.request.locale == "de" %}

Zögern Sie nicht, uns noch heute zu kontaktieren! Wählen Sie die Serviceart, wählen Sie das Produkt Ihres Interesses, geben Sie Ihren Standort und Ihre Uhrzeit an und unser Team wird sich so schnell wie möglich mit Ihnen in Verbindung setzen.

{% else %}

DON’T HESITATE TO CONTACT US TODAY! Provide your location, choose the service type, select the products of your interest, and our team will contact you as soon as possible.

{% endif %}

{{ 'translate.contact_us'|trans }}

{% if not form.vars.valid %}
Greška!
{% endif %} {{ form_start(form) }}
{{ form_widget(form.first, {"attr": {"class": "polje", "placeholder": 'translate.first_name'|trans }}) }}
{{ form_widget(form.last, {"attr": {"class": "polje", "placeholder": 'translate.last_name'|trans }}) }}
{{ form_widget(form.email, {"attr": {"class": "polje", "placeholder": 'translate.email'|trans }}) }}
{{ form_widget(form.phone, {"attr": {"class": "polje", "placeholder": 'translate.phone'|trans }}) }}
{{ form_widget(form.company, {"attr": {"class": "polje", "placeholder": 'translate.companyName'|trans }}) }}
{{ form_widget(form.city, {"attr": {"class": "polje", "placeholder": 'translate.city'|trans }}) }}
{{ form_widget(form.country, {"attr": {"class": "polje", "placeholder": 'translate.country'|trans }}) }}

{{ 'translate.choose_service_contact_form'|trans }}

{{form_widget(form.buyservice, {"attr": {"class": "form-check-input oznaci" }}) }}
{{form_widget(form.rentservice, {"attr": {"class": "form-check-input oznaci" }}) }}
{{form_widget(form.supportservice, {"attr": {"class": "form-check-input oznaci" }}) }}
{{form_widget(form.otherservice, {"attr": {"class": "form-check-input oznaci" }}) }}

{{ 'translate.choose_product_contact_form'|trans }}

{{ form_widget(form.pages, {"attr": {"class": "form-control select2bs4" }}) }}

{{ 'translate.message'|trans }}

{{ form_widget(form.message, {"attr": {"class": "polje", "placeholder": 'translate.message'|trans }}) }}
{{form_widget(form.terms, {"attr": {"class": "form-check-input oznaci" }}) }}
{{form_widget(form.marketing, {"attr": {"class": "form-check-input oznaci" }}) }}
{{ form_widget(form.captcha, {"attr": {"class": "mt-3" }}) }}

{{ 'translate.all_fields_required'|trans }}

{{ form_end(form) }}