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/journal_comptable/edit.html.twig line 1

  1. {% extends 'base.html.twig' %}
    
    {% block title %}Edit Journal Comptable{% endblock %}
    
    {% block body %}
        <h1>Edit JournalComptable</h1>
        <main id="main" class="main">
        <div class="pagetitle">
        <h1></h1>
    
        {{ include('journal_comptable/_form.html.twig', {'button_label': 'Mettre à jour'}) }}
    
        <a class="btn btn-secondary btn-sm bi-arrow-counterclockwise" href="{{ path('app_journal_comptable_index') }}">Annuler</a>
        <a class="btn btn-info btn-sm" href="{{ path('app_ligne_comptable_new') }}">Voir les opérations</a>
    
    {% endblock %}