{% extends 'property_manager_app/base_property_manager.html' %} {% load static %} {% block title %} {% if is_account_extension %} Add Property Care Access | Home in Sri Lanka {% else %} Property Care Signup | Home in Sri Lanka {% endif %} {% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Property Owner Details {% if is_account_extension %}

Add Care Access

Complete the details below to activate your property care profile within your existing Ensolanka account.

{% else %}

Property Care Signup

Tell us about yourself first. Property registration and maintenance selection will come next from your dashboard.

{% endif %}
{% if is_account_extension %}
Extending your existing Ensolanka account

Your current login will be used. We will simply create a Property Care profile connected to this same user account.

{% else %} {% endif %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{% csrf_token %}
{{ form.client_type }} {{ form.client_type.errors }}
{{ form.residency_status }} {{ form.residency_status.errors }}
{{ form.full_name }} {{ form.full_name.errors }}
{{ form.email }} {{ form.email.errors }} {% if is_account_extension %}
For an existing account, the final profile email will remain aligned with your signed-in user account.
{% endif %}
{{ form.whatsapp_number }} {{ form.whatsapp_number.errors }}
{{ form.phone_number }} {{ form.phone_number.errors }}
{{ form.current_country }} {{ form.current_country.errors }}
{{ form.current_city }} {{ form.current_city.errors }}
{{ form.emergency_contact_name }} {{ form.emergency_contact_name.errors }}
{{ form.emergency_contact_phone }} {{ form.emergency_contact_phone.errors }}
{{ form.profile_image }} {{ form.profile_image.errors }}
Optional. You may upload a clear profile image for easier account recognition.
{{ form.short_note }} {{ form.short_note.errors }}

By continuing, you are preparing your owner profile for future property registration, care-plan estimation, and Ensolanka property maintenance support.

{% if not is_account_extension %} {% endif %}
{% endblock %}