{% extends 'hosting_app/base_hosting.html' %} {% load static %} {% block title %}My Hosting Partner Profile{% endblock %} {% block content %}
Hosting Partner Account

My Hosting Partner Profile

Manage your partner identity, business details, profile image, platform status, username, and password from one premium hosting profile center.

Hosting Partner Profile Image

Click the image to upload a new profile photo or business logo.

{{ host.contact_person_name }}

Hosting Partner {% if host.business_name %} · {{ host.business_name }} {% endif %}

{% if host.status == 'approved' %} Approved {% elif host.status == 'pending' %} Approval Pending {% elif host.status == 'rejected' %} Requires Attention {% elif host.status == 'suspended' %} Suspended {% endif %} {% if host.is_active %} Active Profile {% else %} Inactive Profile {% endif %} {% if host.is_featured %} Featured Partner {% else %} Standard Partner {% endif %}
Profile Information

Hosting Partner Details

Core business, contact, and partner account information linked to your hosting profile.

Username
{{ request.user.username }}
Email
{{ host.email }}
Contact Person
{{ host.contact_person_name }}
Business Name
{{ host.business_name|default:"-" }}
Phone Number
{{ host.phone_number|default:"-" }}
WhatsApp Number
{{ host.whatsapp_number|default:"-" }}
Short Introduction
{{ host.short_introduction|default:"-" }}
Partner Status

Approval & Visibility Status

Review the current platform status of your Hosting Partner profile and how it is positioned.

Approval Status
{{ host.get_status_display }}
Profile Active
{% if host.is_active %} Yes {% else %} No {% endif %}
Featured Partner
{% if host.is_featured %} Yes {% else %} No {% endif %}
Hosting Presence

Your Platform Footprint

A quick look at the hosting assets connected to your account. Venue and package pages will expand these areas further.

Venues {{ host.venues.count }}
Approved Since {% if host.approved_at %} {{ host.approved_at|date:"Y-m-d" }} {% else %} - {% endif %}
Account State {% if host.is_active %} Live {% else %} Paused {% endif %}

As the Hosting App grows, this area can later display package counts, booking request totals, quotations, and confirmed event performance.

Created At
{{ host.created_at }}
Last Updated
{{ host.updated_at }}
Linked Account
{% if host.user %} {{ host.user.username }} {% else %} - {% endif %}
Approved At
{{ host.approved_at|default:"-" }}
{% endblock %}