{% extends 'admin/layout.html.twig' %} {% block title %}Список доступных Объектов инфраструктуры{% endblock %} {% block body %} {% include 'admin/infrastructure_object/_page_header.html.twig' with { 'title': 'Список доступных Объектов инфраструктуры', 'pretitle': 'Управление инфраструктурой', 'actions': [ {'name': 'Добавить новый Объект инфраструктуры', 'url': path('app_admin_infrastructure_object_new'), 'class': 'btn-primary' }, ] } %}
Id | Name | Address | Location | IsActive | Priority | Действия |
---|---|---|---|---|---|---|
{{ infrastructure_object.id }} | {{ infrastructure_object.name }} | {{ infrastructure_object.address }} |
{% if infrastructure_object.location %}
{{ infrastructure_object.location }}
{% else %}
—
{% endif %}
|
{{ infrastructure_object.isActive ? 'Yes' : 'No' }} | {{ infrastructure_object.priority }} | редактировать |
no records found |