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.

10 lines
248B

  1. {% extends '@LcCaracole/adminlte/layout.html.twig' %}
  2. {% block content_title %}
  3. Paramètres globaux
  4. {% endblock %}
  5. {% block main %}
  6. {% set trans_category = 'global' %}
  7. {% include '@LcSov/admin/setting/form.html.twig' %}
  8. {% endblock %}