{% extends 'wfrs/dashboard/form_base.html' %} {% load currency_filters %} {% load i18n %} {% block form_fields %}

{% trans "Submit Transaction" %}

{% 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 %}
{% trans "Cancel" %}
{% endblock %}