{% extends 'dating_app/base_dating.html' %} {% load static %} {% block title %}Dating Partner Dashboard{% endblock %} {% block content %}
{% if just_signed_up %}
{% endif %}
Dating Partner Dashboard

Welcome, {{ partner.display_name|default:partner.full_name }}

Manage your dating partner profile, check your visibility status, review Guest interest, and move forward through the Ensolanka Dating process with confidence.

Profile Status
Review Status
{% if partner.status == 'approved' %} Approved {% elif partner.status == 'pending' %} Pending Review {% elif partner.status == 'rejected' %} Rejected {% else %} {{ partner.get_status_display }} {% endif %}
Public Visibility
{% if partner.is_public %} Visible {% else %} Not Public Yet {% endif %}
Profile Code
{{ partner.profile_code }}
Manage Your Journey

Your Dating Partner Control Center

Use these areas to maintain your profile, review payment status, browse available Guest profiles, and see who has expressed interest in connecting with you.

Helpful reminder: Your dating journey follows a guided process. Guest interest, Mutual Interest, profile confirmation, and contact-detail access may each depend on your profile status, payment status, and platform eligibility.
{% endblock %}