Edit {{ transaction.description }}
{{ form_start(form) }}
Transaction ID :
{{ transaction.description }}
{{ form_row(form.bankaccount) }}
{{ form_row(form.currency) }}
{{ form_row(form.trandate) }}
{{ form_row(form.trandetails) }}
{{ form_row(form.debit) }}
{{ form_row(form.credit) }}
{{ form_row(form.remarks) }}
{{ form_end(form) }}