{% extends "ui/templates/base/layout.html" %} {% block content %} {% include "modules/clients/templates/clients/_client_tabs.html" %}

Edit My Profile

You can update contact and communication details here. PAN, GSTIN and other compliance identity fields stay read-only.

{% if form_errors %}
{% endif %}

Read-only compliance identity

PAN
{{ client_row.pan or '-' }}
GSTIN
{{ client_row.gstin or '-' }}
TAN
{{ client_row.tan or '-' }}
CIN / LLPIN
{{ client_row.cin_llpin or '-' }}

Editable profile details

If you change this, your next login will use the new email.

{% endblock %}