{% load static %} {% include 'web/auth/header.html' %}

Create an Account!

{% csrf_token %} {% include 'web/message.html' %} {% comment "" %}--------------------------------------------------------{% endcomment %}
{{forms.first_name}} {{ forms.errors.first_name }}
{{forms.last_name}} {{ forms.errors.last_name }}
{{forms.email}} {{ forms.errors.email }}
{{forms.password}} {{ forms.errors.password }}
{{forms.confirm_password}} {{ forms.errors.confirm_password }}
{{forms.country_id}}
{% comment %} {{ forms.errors.confirm_password }} {% endcomment %}

{% comment %} {% endcomment %}
{% include 'web/auth/footer.html' %}