{{ form_start(form) }} {{ form_row(form._token) }}
{{ 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.transactionType, {'attr':{'class':'form-control'}}) }}
{{ form_row(form.comment, {'attr':{'class':'form-control'}}) }}
{{ form_end(form, {'render_rest': false}) }}