{% extends 'base.html.twig' %} {% block title %}{% if Product.titleTag is not empty %}{{ Product.titleTag }}{% endif %}{% endblock %} {% block meta %}{% if Product.metaDescription is not empty %}{{ Product.metaDescription }}{% endif %}{% endblock %} {% block body %} {% include('elements/_navigation.html.twig') %}

Screenz rentals

{{ 'translate.category'|trans }}
{{ 'translate.see_all'|trans }} Indoor, Outdoor
{{ 'translate.events'|trans }}
{% for ind in Product.industry %} {{ ind.name }} {% if loop.last == false %},{% else %}{% endif %} {% endfor %}
{{ Product.title }}
{% for photo in Photos %}
{% endfor %}
{% if ProductItems is not empty %}

{{ 'translate.highlights'|trans }}

    {% for item in ProductItems %}
  • {{ item.name }}
    {{ item.shortDescription|raw }}
  • {% endfor %}
{% endif %} {% if Specs is not empty %}

{{ 'translate.specification'|trans }}

{% for item in Specs %} {% endfor %}
{{ item.title }} {{ item.description|raw }}
{% endif %}

{{ Product.h1 }}

{% if Product.downloadLink is not empty %} {% endif %}
{{ Product.text|raw }}

{{ 'translate.rent_this_product'|trans }}

{{ Product.title }}
Order your {{ Product.title }} today!
Fill-in the contact form with as much details on your project requirements, and our sales representative will contact you soon.

{{ 'translate.contact_us'|trans }}

{{ '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.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) }}

{{ 'translate.all_rental_products'|trans }}

{{ 'translate.all_purposes'|trans }} {% for ind in Industries %} {{ ind.name }} {% endfor %}
{% include('elements/_footer_buy.html.twig') %} {% include('elements/_footer.html.twig') %} {% endblock %}