{% extends '@kohinos/common/layout.html.twig' %} {% block content %}

{{ title }} :

{{ form_start(form) }} {% if form.compte is defined %} {{ form_row(form.compte) }} {% endif %} {% if form.save is defined %} {{ form_row(form.save) }} {% endif %} {{ form_end(form) }}
{% endblock %}