{% extends 'base.html.twig' %} {% block title %}{% if app.request.locale == "hr" %}Najam LED i LCD displaya za sve vrste događanja, izložbi, promocija, ceremonija - {% elseif app.request.locale == "de" %}Rent unsere LED-bildschirme - LED - und LCD-Technologie{% else %}Rent our LED or LCD Screens for a period from one day to one year!{% endif %} {% endblock %} {% block meta %}{% if app.request.locale == "hr" %}Posebna linija proizvoda za digitalno oglašavanje koji se mogu iznajmiti, dizajnirana za sve vrste događanja, izložbi, promocija, ceremonija. {% elseif app.request.locale == "de" %}Spezielle Linie von mietbaren digitalen Beschilderungsprodukten, die für alle Arten von Veranstaltungen, Ausstellungen, Promotionen, Zeremonien konzipiert wurden... LED- und LCD-Technologie{% else %}Special line of rentable digital signage products designed for all types of events, exhibitions, promotions, ceremonies… Our wide range of LED and LCD technology, including attractive robots, can surely take your plans and ideas to another dimension.{% endif %} {% endblock %} {% block body %} {% include('elements/_navigation.html.twig') %}

Screenz {{ Info.title }}

{{ Info.text|raw }}

{{ Info.metaDescription|raw }}

{{ 'translate.all_rental_products'|trans }}

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