{% extends 'admin_base.html.twig' %} {% block title %}{{ title }}{% endblock %} {% block body %}

{{ title }}

{{ include('specialist/admin/_form.html.twig') }}
{% for specialist in pagination %} {% if specialist.locationAllCount > 0 %} {% else %} {% endif %} {% if specialist.locationAllCount > 0 %} {% else %} {% endif %} {% if specialist.locationAllCount > 0 %} {% else %} {% endif %} {% if specialist.locationAllCount > 0 %} {% else %} {% endif %} {% if specialist.locationAllCount == 0 %} {% else %} {% endif %} {% if specialist.locationAllCount > 0 %} {% else %} {% endif %} {% if specialist.updated is defined %} {% else %} {% endif %} {% else %} {% endfor %}
ID FIO Picture Address Department Dcode or bitrixID Active Actions Updated Location Update
{{ specialist.id }} {{ specialist.name }} show picture {% for location in specialist.locationAll %}

{{ location.filial.address }}

{% endfor %}
there is no data {% for location in specialist.locationAll %}

{{ location.department.did }}

{% endfor %}
there is no data {% for location in specialist.locationAll %}

{{ location.dcode }}

{% endfor %}
there is no data {% for location in specialist.locationAll %}

{{ location.active ? 'on' : 'off' }}

{% endfor %}
there is no datadisabled {% for location in specialist.locationAll %} {{ include('specialist/admin/_toggle_form.html.twig') }} {% endfor %} {% for location in specialist.locationAll %}

{{ location.updated|date('d.m.Y') }}

{% endfor %}
there is no data

{{ specialist.updated|date('d.m.Y') }}

there is no data
no records found
{{ knp_pagination_render(pagination) }}
{% endblock %}