{% extends 'property_manager_app/base_property_manager.html' %} {% block title %}Edit Property Care Profile{% endblock %} {% block content %}
Property Care Profile

Edit Property Care Profile

Update your owner details, current location, emergency contact, communication information, and care expectations for your Home in Sri Lanka account.

Owner & Contact Information

Keep these details accurate so Ensolanka can coordinate property care, reviews, and communication effectively.

{% csrf_token %}
{% for field in form %}
{{ field }} {% if field.help_text %}
{{ field.help_text }}
{% endif %} {% for error in field.errors %}
{{ error }}
{% endfor %}
{% endfor %}
Updating your full name and email will keep your linked Property Care account information aligned where relevant.
Cancel
{% if form.non_field_errors %}
{% for error in form.non_field_errors %}
{{ error }}
{% endfor %}
{% endif %}
{% endblock %}