{{ form_start(form) }} {{ form_row(form._token) }}
{{ form_row(form.creationDate, {'attr':{'class':'form-control js-datepicker'}}) }}
{{ form_row(form.outsider, {'attr':{'class':'form-control'}}) }}

{{ form_row(form.parent, {'attr':{'class':'form-control'}}) }}
{{ form_row(form.category, {'attr':{'class':'form-control'}}) }}
{{ form_row(form.issuerAccount, {'attr':{'class':'form-control'}}) }}
{{ form_row(form.receiverAccount, {'attr':{'class':'form-control'}}) }}
{{ form_row(form.debit, {'attr':{'class':'form-control text-end bg-danger text-light'}}) }}
{{ form_row(form.credit, {'attr':{'class':'form-control text-end bg-success text-light'}}) }}
{{ form_row(form.transactionType, {'attr':{'class':'form-control'}}) }}
{{ form_row(form.comment, {'attr':{'class':'form-control'}}) }}
{{ form_end(form, {'render_rest': false}) }}