{% if title %}

{{ title|raw }}

{% endif %}
{% if projects is defined and projects|length > 0 %} {% for key, project in projects %}
{% for advantage in project.advantages %} {{ advantage.name }} {% endfor %}
{% if project.images is defined and project.images|length > 0 %} {% for key, img in project.images %}
{% if project.link %} {% endif %} {% if img %} {{ project.name }} {% endif %}
{% endfor %} {% endif %}
{{ project.name }} {% if project.isHidePrises == false %} {% if project.cost and project.cost > 0 %} от {{ project.cost|short_currency }} ₽ {% endif %} {% else %} Цена по запросу {% endif %}
{% if project.steadArea and project.steadArea > 0 %}
Участок {{ project.steadArea }} сот.
{% endif %} {% if project.floors %}
Этажей {{ project.floors }}
{% endif %} {% if project.bedrooms %}
Спален {{ project.bedrooms }}
{% endif %} {% if project.area and project.area > 0 %}
Площадь {{ project.area }} м 2
{% endif %}
{% endfor %} {% endif %}