{% extends 'base.html.twig' %}
{% block title %}New PeriodeCle{% endblock %}
{% block body %}
<h1>Create new PeriodeCle</h1>
{{ include('periode_cle/_form.html.twig') }}
<a href="{{ path('app_periode_cle_index') }}">back to list</a>
{% endblock %}