{% extends "email/base.html" %} {% block title %}Credential Expiry Notice — {{ credential_type }}{% endblock %} {% block content %}

{% if days_until_expiry <= 7 %} ⚠️ Urgent: Credential Expiring Soon {% else %} Credential Expiry Reminder {% endif %}

Hi {{ practitioner_name }}, your professional credential requires renewal.

Credential

{{ credential_type }}

Expiry Date

{{ expiry_date }}   {% if days_until_expiry <= 7 %} {{ days_until_expiry }} day{% if days_until_expiry != 1 %}s{% endif %} remaining {% elif days_until_expiry <= 30 %} {{ days_until_expiry }} days remaining {% else %} {{ days_until_expiry }} days remaining {% endif %}

Under NDIS Quality and Safeguards Commission requirements and your organisation's compliance policy, all practitioners must maintain current credentials to deliver supports. Failure to renew before the expiry date may result in your account being suspended until the credential is updated.

Steps to renew:

{% if renewal_url %}

Update Credential Now

{% endif %}

This is an automated reminder from {{ organisation_name }}. Contact your manager if you have already renewed and need to update our records.

{% endblock %}