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

{% trans "Add Existing Account" %}

{% include 'dashboard/partials/form_field.html' with field=form.name %} {% include 'dashboard/partials/form_field.html' with field=form.primary_user %} {% include 'dashboard/partials/form_field.html' with field=form.status %} {% include 'dashboard/partials/form_field.html' with field=form.credit_limit %} {% include 'dashboard/partials/form_field.html' with field=form.account_number %} {% include 'dashboard/partials/form_field.html' with field=form.locale %}
{% trans "Cancel" %}
{% endblock %}