{% include 'dashboard/partials/form_field.html' with field=form.user %}
{% include 'dashboard/partials/form_field.html' with field=form.type_code %}
{% include 'dashboard/partials/form_field.html' with field=form.source_account %}
{% include 'dashboard/partials/form_field.html' with field=form.dest_account %}
{% include 'dashboard/partials/form_field.html' with field=form.ticket_number %}
{% include 'dashboard/partials/form_field.html' with field=form.financing_plan %}
{% include 'dashboard/partials/form_field.html' with field=form.amount %}
{% include 'dashboard/partials/form_field.html' with field=form.auth_number %}