{% extends "email/base.html" %} {% block title %}Welcome to Maree-CareFlow — {{ organisation_name }}{% endblock %} {% block content %}

Welcome to Maree-CareFlow, {{ first_name }}! 🎉

Your account has been created for {{ organisation_name }}. Here's everything you need to get started.

Your Login Email

{{ email }}

Organisation

{{ organisation_name }}

{% if role %}

Your Role

{{ role | replace('_', ' ') | title }}

{% endif %}

Log In to Maree-CareFlow


Getting Started Checklist


For security, your temporary password (if provided separately) must be changed on first login. If you did not request this account, please contact {{ organisation_name }} immediately.

{% endblock %}