{% load i18n %} {% load crispy_forms_tags %}
{{customer_form.userid}}

{{customer_form.full_name}}
{{customer_form.email}}
{{customer_form.phone}}
{{customer_form.country_profile | as_crispy_field}}
{{customer_form.address}}