{% extends "website/base.html" %} {% block content %}
Recruitment Professional team Ethical standards

Careers

We welcome dedicated nurses and caregivers who are passionate about making a difference. Apply below and upload your CV. Shortlisted candidates will be contacted.

🧑🏽‍⚕️

Open Positions

Current opportunities
{% if positions %}
{% for p in positions %}
{{ p.title }}
{{ p.get_role_type_display }}{% if p.location %} • {{ p.location }}{% endif %}
Open
{{ p.requirements }}
{% endfor %}
{% else %}
No open positions yet. Please check again soon.
{% endif %}
Minimum expectations: professionalism, compassion, confidentiality, and respect for clients.
📄

Apply Now

Upload your CV and submit your details
{% csrf_token %} {% for field in form %} {{ field }} {% if field.help_text %}
{{ field.help_text }}
{% endif %} {% for error in field.errors %}
{{ error }}
{% endfor %} {% endfor %}
Ask on WhatsApp
By submitting, you confirm your information is accurate and consent to being contacted for recruitment purposes.
{% endblock %}