Deprecated: Constant E_STRICT is deprecated in /home/u991158039/domains/toonaerp.com/public_html/malakitcomplet/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /home/u991158039/domains/toonaerp.com/public_html/malakitcomplet/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

templates/compte_comptable/edit.html.twig line 1

  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 %}