No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- {% 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 %}
|