{% form_theme form 'form/journal_entry_line_theme.html.twig' %} {# Si on est en mode AJAX, on injecte le JSON caché pour le JS #} {% if entryLinesJson %} {% endif %} {{ form_start(form, { 'attr': { 'id': 'journal-entry-template-form' } }) }}
{{ form_widget(form.label, { 'attr': { 'class': 'form-control' } }) }} {{ form_errors(form.label) }}
{{ form_widget(form.journal, { 'attr': { 'class': 'form-select' } }) }} {{ form_errors(form.journal) }}
{{ form_widget(form.tips, { 'attr': { 'class': 'form-control' } }) }} {{ form_errors(form.tips) }}

Lignes d'écriture

Compte Description Débit Crédit Actions
Annuler
{{ form_end(form, { 'render_rest': false }) }}