{% extends 'base.html.twig' %} {% block title %}{% if Industry.name is not empty %}{{ Industry.name }}{% endif %}{% endblock %} {% block body %} {% include('elements/_navigation.html.twig') %} {{ 'translate.rentals'|trans }} / {{ Industry.name }} {% for product in Products %} {{ product.title }} {{ 'translate.rent'|trans }} {% endfor %} {{ 'translate.all_rental_products'|trans }} {{ 'translate.all_purposes'|trans }} {% for ind in Industries %} {{ ind.name }} {% endfor %} {% for product in Products %} {{ product.title }} Rent {% endfor %} {% include('elements/_footer_buy.html.twig') %} {% include('elements/_footer.html.twig') %} {% endblock %}
{{ 'translate.rent'|trans }}
Rent