templates/compte_comptable/edit.html.twig line 1
{% extends 'base.html.twig' %} {% block title %}Edit Compte{% endblock %} {% block body %} <main id="main" class="main"> <div class="pagetitle"> <h1></h1> {{ include('compte_comptable/_form.html.twig', {'button_label': 'Mettre à jour'}) }} <a class="btn btn-success btn-sm" href="{{ path('app_compte_comptable') }}">Voir la liste</a> {#{ include('compte_comptable/_delete_form.html.twig') }#} {% endblock %}