Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
|
- {% extends '@LcCaracole/adminlte/layout.html.twig' %}
-
- {% block content_title %}
- {% if resolver is defined %}{% set current_section = resolver.getCurrent() %}{% endif %}
- Paramètres section{% if current_section is defined and current_section %} > {{ current_section.title }}{% endif %}
- {% endblock %}
-
- {% block main %}
- {% set trans_category = 'section' %}
- {% include '@LcSov/admin/setting/form.html.twig' %}
- {% endblock %}
|