{% extends 'base.html.twig' %}
{% block title %}New JournalComptable{% endblock %}
{% block body %}
<h1>Create new JournalComptable</h1>
{{ include('journal_comptable/_form.html.twig') }}
<a href="{{ path('app_journal_comptable_index') }}">back to list</a>
{% endblock %}