{{ success }}
{% endif %}
{% if error %}
{{ error }}
{% endif %}
{{ user.first_name.0 }}{{ user.last_name.0 }}
{{ user.get_full_name }}
{{ user.email }}
{% if user.profile.verification_status == 'verified' %}
Verified Account
{% elif user.profile.verification_status == 'pending' %}
Verification Pending
{% elif user.profile.verification_status == 'rejected' %}
Verification Rejected
{% else %}
Not Verified
{% endif %}
{{ projects_count }}
Projects
{{ approved_payments_count }}
Payments
Personal Information
Change Password
Account Verification
Verify your account
Upload a government-issued ID (passport, driver's license, or national ID) to verify your account. This helps us ensure security and compliance.
Upload a government-issued ID (passport, driver's license, or national ID) to verify your account. This helps us ensure security and compliance.
Verification Rejected
{{ user.profile.verification_notes }}
{{ user.profile.verification_notes }}
Verification in Progress
Your ID proof has been submitted and is awaiting admin review. We'll notify you once the verification is complete.
Submitted on: {{ user.profile.id_proof_uploaded_at|date:"M d, Y H:i" }}
Your ID proof has been submitted and is awaiting admin review. We'll notify you once the verification is complete.
Submitted on: {{ user.profile.id_proof_uploaded_at|date:"M d, Y H:i" }}
Account Verified
Your account has been successfully verified on {{ user.profile.verified_at|date:"M d, Y" }}.
Your account has been successfully verified on {{ user.profile.verified_at|date:"M d, Y" }}.