{% load i18n %}
{% blocktrans with name=user.first_name|default:user.username site=site_name %}Hello {{ name }},

You requested a password reset for your {{ site }} account.

To reset your password, click the link below or copy and paste it into your browser:
{{ reset_url }}

This link will expire in {{ expiry_hours }} hours.

If you didn't request this password reset, please ignore this email. Your password will remain unchanged.

SECURITY REMINDERS:
- Don't share this link with anyone
- Use a strong, unique password
- Consider enabling two-factor authentication
- Contact support if you have concerns

Your privacy and security are our top priorities. Recovery is a journey, and we're here to support you every step of the way.

If you're experiencing a crisis, please contact your local emergency services or crisis helpline immediately.

Best regards,
The {{ site }} Team

---
This email was sent from a secure, monitored system.
© {{ site }} - Your Privacy-First Recovery Platform{% endblocktrans %}