{% extends 'affiliates_app/base_affiliate.html' %} {% load static %} {% load expat_extras %} {% block title %}Affiliate Dashboard{% endblock %} {% block content %}
{% if just_signed_up %}

Welcome! Your affiliate account has been created successfully.

You are now signed in to your affiliate dashboard. Please keep your login details safe. You can start sharing your affiliate link after your account is ready.

{% if account_role or new_account_email or username or password %} {% endif %}
View Affiliate Program Page
{% endif %}
Affiliate Partner Center

Welcome, {{ affiliate.full_name }}

Track your referred guests, monitor your possible future earnings, download marketing resources, and request payouts from your affiliate wallet.

Affiliate Code

{{ affiliate.affiliate_code }}

Share this code or QR link with potential guests.

Possible Future Earnings

${{ possible_future_earnings }}

Based on referred guest package interests.

Pending Commission

${{ pending_commission_total }}

Commissions waiting for guest payment confirmation.

Earned Commission

${{ earned_commission_total }}

Confirmed earnings ready for payout process.

Available Balance

${{ affiliate.available_balance_usd }}

Available amount after completed payouts.

Referred Guests

Guests who signed up using your affiliate link.

{% for referral in referrals %} {% empty %} {% endfor %}
Guest Contact Package Possible Commission Status
{{ referral.guest_name|default:"Guest" }}
{{ referral.guest_country }}
{{ referral.guest_email }}
{{ referral.guest_phone }}
{{ referral.selected_package_name|default:"Not selected" }} ${{ referral.total_possible_commission_usd }} {{ referral.get_status_display }}
No referred guests yet.

Request Payout

Available balance: ${{ affiliate.available_balance_usd }}

{% csrf_token %}

Client Status

Pending Clients {{ pending_clients_count }}
Completed Clients {{ completed_clients_count }}
Total Referrals {{ referrals.count }}
Affiliate Training

Marketing Guidance & Training

Learn how to confidently promote Sri Lanka living opportunities and represent Ensolanka as a trusted global ambassador.

{% if training_resources %}
{% for training in training_resources %}
{{ training.get_language_display }}

{{ training.title }}

{% if training.description %}

{{ training.description|linebreaksbr }}

{% else %}

Complete training materials to help affiliates promote Sri Lanka living opportunities with confidence.

{% endif %}
Training Materials
  • Read the complete ambassador playbook for this language.
  • Download the summary overview for quick revision.
  • Listen to the audio guide to improve your explanation flow.
  • Watch the video training before promoting to potential guests.
{% if training.full_playbook_pdf %} View Full Playbook Download Full Playbook {% endif %} {% if training.summary_overview_pdf %} Download Summary Overview {% endif %}
{% if not training.full_playbook_pdf and not training.summary_overview_pdf %}

Document files for this language will be available soon.

{% endif %}
Audio Training Guide
{% if training.audio_guide_file %} Download Audio File {% else %}

Audio guide for this language will be available soon.

{% endif %}
Video Training
{% if training.youtube_video_link %} {% with training.youtube_video_link|video_embed_url as embed_url %} {% if embed_url %}
{% endif %} {% endwith %} {% else %}

Video training for this language will be available soon.

{% endif %}
{% endfor %} {% else %}
Training resources are not available yet

The Ensolanka Global Ambassador Playbook, summary, audio guide, and video training will appear here once published.

{% endif %}

Create a Promotional Business Card

{% csrf_token %}

Your Generated Business Cards

{% include 'affiliates_app/_cards_section.html' with existing_cards=existing_cards now=now %}
Marketing Library

General Marketing Resources

Access ready-to-use brochures, presentations, audio guides, and video resources in different languages to support your affiliate promotions.

Request Custom Marketing Materials

Need brochures or slide decks in additional languages, personalized with your own contact details and QR code? Select the languages below and submit a request. We'll prepare them for you and notify you when ready.

{% csrf_token %}
{{ resource_request_form.requested_languages.label_tag }}
{% for checkbox in resource_request_form.requested_languages %}
{{ checkbox.tag }}
{% endfor %}
{% if pending_requests %}
Your Pending Requests
{% for req in pending_requests %} {% endfor %}
Request Date Languages Status Response
{{ req.request_date|date:"Y-m-d" }} {{ req.requested_languages|join:", " }} {% if req.status == 'pending' %} Pending {% elif req.status == 'in_progress' %} In Progress {% else %} {{ req.get_status_display }} {% endif %} {{ req.response_message|default:"—" }}
{% endif %}

Your Custom Marketing Resources

These brochures and slide decks are generated on request, personalized with your contact details, unique QR code, and referral link. Need another language or format? Request new materials – we’ll prepare them for you.

{% for resource in resources %}
{{ resource.title }}

Custom Resource / {{ resource.get_language_display }}

{% if resource.description %}

{{ resource.description|truncatewords:18 }}

{% endif %}
{% if resource.full_pdf_file %} Full Brochure {% endif %} {% if resource.summary_overview_pdf %} Summary Overview {% endif %} {% if resource.presentation_pdf %} Presentation {% endif %} {% if not resource.full_pdf_file and not resource.summary_overview_pdf and not resource.presentation_pdf %} {% endif %}
{% empty %}

No customized materials are available yet. Request your personalized brochures, summaries, and presentations in your preferred languages, and we will deliver them here as soon as they’re ready.

{% endfor %}
Connected Ensolanka Access

Expand Your Account

Use your existing Affiliate Partner account to activate related Ensolanka services without creating another login.

Property Care Access
{% if has_property_manager_profile %}

Your Property Care profile is already active. Open the Property Care Dashboard to register properties, request maintenance support, and review care plans.

Open Property Care Dashboard {% else %}

Activate Property Care access using your existing Affiliate account details. This is useful if you own or manage property in Sri Lanka.

{% csrf_token %}
{% endif %}
Rental Owner Access
{% if has_rental_owner_profile %}

Your Rental Owner profile is already active. Open your Rental Dashboard to create and manage guest-facing rental listings.

Open Rental Dashboard {% else %}

Activate Rental Owner access using your existing Affiliate account details and start building rental listings for international guests.

{% csrf_token %}
{% endif %}
{% endblock %}