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

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

templates/journal_comptable/new.html.twig line 1

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