選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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