{% for tab in tabs_content %}
{% if tab.user_content.heading or tab.user_content.text %}
{% if tab.user_content.heading %}
{{ tab.user_content.heading|raw }}
{% endif %} {% if tab.user_content.text %}
{{ tab.user_content.text|raw }}
{% endif %} {% if tab.user_content.sidebar %}
{% for item in tab.user_content.sidebar.odds %} {% view '^odds-item' with { item: item|merge({ no_animate: true }) } %} {% endfor %}
{% endif %} {% if tab.user_content.actions %}
{% for action in tab.user_content.actions %} {% view '@button' with { button: action } %} {% endfor %}
{% endif %}
{% endif %}
{% view '&map-construction' with { map_construction: tab.map_construction, map: tab.map } %}
{% endfor %}
{% if requisites %}
{% view '^requisites-list' with { requisites: requisites } %}
{% endif %}

Среди наших клиентов