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

Servis LED i LCD uređaja

Zatražite servis Vaše LED i LCD opreme ispunjavanjem kontakt forme niže. Molimo Vas da formu ispunite što je moguće detaljnije. Odmah po ispunjavanju kontakt forme za servis vaših uređaja, dobiti ćete automatsku potvrdu o zaprimanju. Očekujte naš odgovor u najkraćem mogućem roku.

vaš SCREENZ servis team

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

Service für Ihre LED- und LCD-Geräte

Fordern Sie den Service für Ihre LED- und LCD-Geräte an, indem Sie das untenstehende Kontaktformular ausfüllen. Bitte füllen Sie das Formular so detailliert wie möglich aus. Unmittelbar nach dem Ausfüllen des Kontaktformulars für den Service Ihrer Geräte erhalten Sie eine automatische Empfangsbestätigung. Erwarten Sie unsere Antwort so schnell wie möglich.

{% else %}

SERVICE - LED AND LCD DEVICES

Request service for your LED and LCD equipment by filling out the contact form below. Please fill out the form in as much detail as possible. Immediately after filling out the contact form for the service of your devices, you will receive an automatic confirmation of receipt. Expect our answer as soon as possible.

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

SERVIS - PRIJAVA KVARA Zatražite servis svojih uređaja ili prijavite kvar, 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!
    {# Loop through every form item #} {% for child in form.children %} {# Display the errors of the form item #} {%for error in child.vars.errors%}
  • {{error.message}}
  • {%endfor%} {%endfor%}
{% 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.report_product_contact_form'|trans }}

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

{{ 'translate.upload_video'|trans }}

{{ form_widget(form.video, {"attr": {"class": "polje", "placeholder": 'translate.video'|trans }}) }}

{{ 'translate.images'|trans }}

{{ form_widget(form.images, {"attr": {"class": "polje", "placeholder": 'translate.images'|trans }}) }}

{{ '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) }}
{% include('elements/_footer_buy.html.twig') %}