{% 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 %}