Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1234567891011
  1. {% extends '@LcCaracole/adminlte/layout.html.twig' %}
  2. {% block content_title %}
  3. {% if resolver is defined %}{% set current_section = resolver.getCurrent() %}{% endif %}
  4. Paramètres section{% if current_section is defined and current_section %} > {{ current_section.title }}{% endif %}
  5. {% endblock %}
  6. {% block main %}
  7. {% set trans_category = 'section' %}
  8. {% include '@LcSov/admin/setting/form.html.twig' %}
  9. {% endblock %}