{% extends 'expat_life/base.html' %} {% block title %}Edit Profile{% endblock %} {% block content %}
Guest Profile

Edit Profile

Keep your Live in Sri Lanka profile accurate so we can guide you with better lifestyle, housing, service, and local support options.

{% csrf_token %}
{% for field in form %}
{{ field }} {% if field.help_text %} {{ field.help_text }} {% endif %} {% if field.errors %}
{{ field.errors }}
{% endif %}
{% endfor %}
Your profile details help us understand your needs and provide more relevant private opportunities, local support, and guidance.
Cancel
{% endblock %}