Фильтры
Фильтровать по типу
Все
УРМ
МФЦ
{% for geoObject in properties.geoObjects %}
{% if (geoObject.properties.mfc.URM ==true) %}
{% else %}
{% endif %}
{{ geoObject.properties.mfc.name }}
{{ geoObject.properties.mfc.addr }}
{% endfor %}
{{properties.mfc.name}}
{{properties.mfc.addr}}
{{properties.mfc.phones}} {{properties.mfc.fax}}
{{properties.mfc.email}}
{{properties.mfc.web}}
{% if (properties.mfc.hours != null) %}
РЕЖИМ РАБОТЫ
{{properties.mfc.hours}}
{% endif %}
{% if (properties.mfc.curr_load != null) %}
Среднее кол-во людей в очереди
{{properties.currLoad}}
чел
{% endif %} {% if (properties.mfc.avg_que_time != null) %}
Среднее время ожидания в очереди
{{properties.queueTimeString}}
мин
{% endif %}
{% if (properties.mfc.rating != null) %}
Рейтинг
{% endif %}
{% if (properties.showEnqueueButton==true) %} {% if (properties.mfc.poEnabled!=true) %}
Извините, запись по текущему адресу временно не осуществляется
{% endif %} {% endif %}
{% if (properties.showEnqueueButton==true) %}
Записаться
{% endif %}
Пожаловаться
Подробнее