{% extends '@adminx/main.twig' %} {% block title %}Размещения · Публичный сайт{% endblock %} {% block content %}
Где существующие шаблоны подключают блоки, подборки, меню и модули.
Все сохранённые шаблоны и ссылки на компоненты прочитаны заново.
Она читает уже сохранённые теги и ничего не переключает в публичной части. Изменения по-прежнему выполняются в штатных редакторах.
{{ section_desc }}
| Область | Где подключено | Компонент | Состояние | |
|---|---|---|---|---|
|
{{ item.area_title }}
{{ item.source_part_title }}
|
{{ item.source_title ?: item.source_type_title ~ ' #' ~ item.source_id }}
{{ item.source_type_title }} · ID {{ item.source_id }}
|
{{ item.component_title }}
{{ item.tag }}
{% if item.occurrences > 1 %}Повторяется {{ item.occurrences }} раза{% endif %}
|
{% set state_class = item.component_status == 'broken' ? 'badge-red' : (item.component_status == 'disabled' ? 'badge-gray' : (item.component_status == 'module' ? 'badge-violet' : 'badge-green')) %} {{ item.component_status_title }} | |
|
Размещений не найдено
Измените фильтры или добавьте компонент штатным тегом в шаблон.
|
||||
| Компонент | Тип | Подключений | Источников | Состояние | |
|---|---|---|---|---|---|
|
{{ item.component_title }}
{{ item.component_key }}
|
{{ placement_map.options.types[item.component_type]|default(item.component_type) }} | {{ item.placements }} | {{ item.sources }} | {% set state_class = item.component_status == 'broken' ? 'badge-red' : (item.component_status == 'disabled' ? 'badge-gray' : (item.component_status == 'module' ? 'badge-violet' : 'badge-green')) %} {{ item.component_status_title }} | {% if item.component_url %} {% endif %} |
Компонентов в текущей выборке нет. | |||||
| Источник | Что требуется | Ссылок | Проблемы | |
|---|---|---|---|---|
{{ item.source_title ?: item.source_type_title ~ ' #' ~ item.source_id }}{{ item.source_type_title }} · ID {{ item.source_id }} |
{% for component in item.components %}{{ component.title }}{% endfor %} |
{{ item.references }} | {% if item.broken %}{{ item.broken }} ошибок{% else %}Проверено{% endif %} | {% if item.source_url %}{% endif %} |
Зависимостей в текущей выборке нет. | ||||
| Наименование | Тип | Alias | Использование | |
|---|---|---|---|---|
{{ item.title ?: item.type_title ~ ' #' ~ item.id }}ID {{ item.id }} |
{{ item.type_title }} | {{ item.alias ?: '—' }} |
Нет ссылок | {% if item.url %}{% endif %} |
Неиспользуемых элементов нетВсе найденные компоненты и шаблоны имеют назначения. | ||||