{% extends 'service_partner_app/base_service_partner.html' %} {% load static %} {% block title %}My Service Partner Profile | Hired in Sri Lanka{% endblock %} {% block content %}
My Service Partner Profile

Present Yourself with Confidence

Keep your professional information clear, current, and polished. Your Service Partner profile is the foundation of how you are presented within the Hired in Sri Lanka opportunity network.

Update your professional profile photo easily.
Refine your profile details and service presentation.
Manage your username and password securely.
Build a stronger impression for future opportunities.
Profile Image

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

{{ partner.get_service_type_display }} {% if partner.status == 'approved' %} Approved {% elif partner.status == 'pending' %} Pending Review {% elif partner.status == 'rejected' %} Rejected {% else %} {{ partner.get_status_display }} {% endif %}

Click your photo to upload a new profile image. You can crop and adjust it before saving.

Profile Code {{ partner.profile_code }}
Username {{ request.user.username }}
Email {{ partner.email }}
Resume / Biodata {% if partner.resume_or_bio_data %} View Uploaded File {% else %} Not uploaded yet {% endif %}

Manage Your Profile

Update profile information, secure your account credentials, and keep your professional presentation accurate.

Profile Details

Review the main information used to represent your Service Partner identity.

Username
{{ request.user.username }}
Email
{{ partner.email }}
Full Name
{{ partner.full_name }}
Display Name
{{ partner.display_name|default:"-" }}
Service Type
{{ partner.get_service_type_display }}
Gender
{{ partner.get_gender_display|default:"-" }}
Age
{{ partner.age|default:"-" }}
Date of Birth
{{ partner.date_of_birth|default:"-" }}
City
{{ partner.city }}
District
{{ partner.district|default:"-" }}
Country
{{ partner.country }}
Phone Number
{{ partner.phone_number|default:"-" }}
WhatsApp
{{ partner.whatsapp_number|default:"-" }}
Education
{{ partner.education|default:"-" }}
Languages Spoken
{{ partner.languages_spoken }}
Has License
{% if partner.has_license %} Yes {% else %} No {% endif %}
Address
{{ partner.address|default:"-" }}

Professional Presentation

These sections help describe your personality, experience, and service strengths.

Short Intro
{{ partner.short_intro }}
About Me
{{ partner.about_me|default:"-" }}
Experience Summary
{{ partner.experience_summary|default:"-" }}
Skills
{{ partner.skills|default:"-" }}
Availability & Preferences

Quick indicators related to work readiness, relocation, and visibility.

Passport Ready
{% if partner.passport_ready %} Yes {% else %} No {% endif %}
Willing to Relocate
{% if partner.willing_to_relocate %} Yes {% else %} No {% endif %}
Live-in Available
{% if partner.live_in_available %} Yes {% else %} No {% endif %}
Part-time Available
{% if partner.part_time_available %} Yes {% else %} No {% endif %}
Full-time Available
{% if partner.full_time_available %} Yes {% else %} No {% endif %}
Public Profile
{% if partner.is_public %} Yes {% else %} No {% endif %}
System Info

Internal account and profile reference details connected to your Service Partner record.

Status
{{ partner.get_status_display }}
Profile Code
{{ partner.profile_code }}
Created At
{{ partner.created_at }}
{% endblock %}