{% extends '@adminx/main.twig' %} {% block title %}Шаблоны{% endblock %} {% block content %}
{{ stats.total }}Всего шаблонов
{{ stats.used }}Используются рубриками
{{ stats.php }}Содержат PHP
{{ stats.bytes }}Символов кода
Контент

Список шаблонов

При сохранении обновляется БД и кеш templates/<theme>/templates/<id>.inc.

Шаблоны

{{ templates|length }} в текущем фильтре, {{ stats.total }} всего.

{{ filters.q ? 'filter' : 'all' }}
{% if filters.q %} {% endif %}

Основные шаблоны

Шаблон #1 и используемые рубриками шаблоны защищены от удаления.

{{ templates|length }}
{% if can_manage %}{% endif %} {% if can_manage %}{% endif %} {% for item in templates %} {% if can_manage %} {% endif %} {% else %} {% endfor %}
ID Название Состояние Метаданные
{{ item.Id }}
{{ item.template_title }} {{ item.text_size_label }}{% if item.cache_exists %} · файловый кеш{% endif %}
{% if item.used_count > 0 %}{{ item.used_count }} рубрик{% else %}не привязан{% endif %} {% if item.has_php %}PHP{% endif %} {% if item.Id == 1 %}system{% endif %}
{{ item.author }} {{ item.created_label }}
{% if item.can_delete %} {% else %} {% endif %}
Шаблоны не найдены.
{% if can_manage %} {% endif %} {% endblock %}