{% extends template ~ '.html.twig' %} {% block title %}{{ title }} - {{ specialist.name }}{% endblock %} {% block js %} {% endblock %} {% block body %}
{{ specialistMore.defaultLocation.address }}
{% include '/specialist/_item.html.twig' with {'link': false} %}
{% if isShowInRegion([91,92,93]) %} {% if specialistMore.hasPrice %}

Стоимость

{% endif %} {% endif %}
{% autoescape 'html' %} {{ specialist.description|raw }} {% endautoescape %}
{% include '/specialist/_reviews.html.twig' %}
{% include '/specialist/_calendar.html.twig' %} {% endblock %}