{% include 'web/include_comman/header.html' %} {% include 'web/include_comman/sidebar.html' %}
{% include 'web/include_comman/right_top.html' %}
{% comment %}

{{title}}

{% endcomment %}
Profile
{% include 'web/message.html' %}
{% csrf_token %}
{% comment %} {{form.as_p}} {% endcomment %}
{{forms.first_name|capfirst}}
{{forms.last_name|capfirst}}
{% comment %}
{{forms.country.id}}
{% endcomment %} {% comment %}
{{forms.address}}
{% endcomment %}

{{forms.address|capfirst}}
{{forms.address_line_2|capfirst}}

{{forms.city|capfirst}}
{{forms.state|capfirst}}

{{forms.zipcode}}

+
{% comment %}
{{user_data.country_code}}
{% endcomment %}
{% comment %} Send Otp {% endcomment %}
{{forms.phone_number}} {% comment %} Send Otp {% endcomment %}

{{user_data.country.name}}
{% comment %} Send Otp {% endcomment %}

{{user_data.email}}
{{user_data.roles}}

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