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