You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 3 години
преди 3 години
1234567891011
  1. {% extends '@LcCaracole/adminlte/layout.html.twig' %}
  2. {% block content_title %}
  3. {% set current_section = resolver.getCurrent() %}
  4. Paramètres section > {{ current_section.title }}
  5. {% endblock %}
  6. {% block main %}
  7. {% set trans_category = 'section' %}
  8. {% include '@LcSov/admin/setting/form.html.twig' %}
  9. {% endblock %}