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.

11 satır
441B

  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 %}