{% extends '@LcCaracole/adminlte/layout.html.twig' %}
{% block content_title %}
{% if resolver is defined %}{% set current_section = resolver.getCurrent() %}{% endif %}
Paramètres section{% if current_section is defined and current_section %} > {{ current_section.title }}{% endif %}
{% endblock %}
{% block main %}
{% set trans_category = 'section' %}
{% include '@LcSov/admin/setting/form.html.twig' %}
{% endblock %}