{% extends 'layout/base.html.twig' %} {% block title %}{{ property.propertyDescription.metaTitle|default(property.propertyDescription.title) }}{% endblock %} {% block description %}{{ property.propertyDescription.metaDescription }}{% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('css/detail') }} {{ encore_entry_link_tags('css/ekko-lightbox') }} {% endblock %} {% block header %}{% endblock %} {% block body %} {% if is_granted('ROLE_ADMIN') %} {% endif %}
{{ include('property/partials/_slider.html.twig') }}

{{ property.propertyDescription.title }}

{{ property.address }}

{{ include('property/partials/_overview.html.twig') }} {{ property.propertyDescription.content | raw }}
{% for feature in property.features %}
{{ feature.icon|default('')|raw }} {{ feature.name }}
{% endfor %}
{{ include('property/partials/_contact_widget.html.twig') }} {{ include('property/partials/_search_widget.html.twig') }}
{% if properties %} {{ include('property/partials/_similar_properties.html.twig') }} {% endif %} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('js/ekko-lightbox') }} {% if property.showMap == true and property.latitude != '' and property.longitude != '' %} {% if site.ymaps_key != '' %} {% else %} {% endif %} {{ encore_entry_script_tags('js/map') }} {% endif %} {% endblock %}