{% extends 'client/base_client.html' %} {% block content %}

Settings

{% csrf_token %}
Change Personal Info
Change Email/Phone {% if phone %} {% endif %}
Change Password
Identity Verification {% if not verification %} {% else %} {% if verification.verified %}

Identity is verified using your {{ verification.type }}

{% else %}

Verification pending. It may take upto 5 business days to verify your identity.

{% endif %} {% endif %}
{% endblock content %}