<form method="post" action="{{ path('app_periode_cle_delete', {'id': periode_cle.id}) }}" onsubmit="return confirm('Are you sure you want to delete this item?');">
<input type="hidden" name="_token" value="{{ csrf_token('delete' ~ periode_cle.id) }}">
<button class="btn">Delete</button>
</form>