{%extends "base-admin.html.twig"%}
{%block title%} {%if edit is defined and edit == 1%}Modify a section{%else%} Add a section {%endif%} | {{parent()}} {%endblock%}
{%block body%}
{%if edit is defined and edit == 1%}Modify a section{%else%} Add a section {%endif%}