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

section.html.twig 336B

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