{% extends "emails/hosting_app/base_hosting_email.html" %} {% block email_title %}Reset Your Password{% endblock %} {% block brand_title %}Password Reset Request{% endblock %} {% block brand_subtitle %} Reset access to your Hosting Client account {% endblock %} {% block email_content %}

Hello {{ user.get_username }},

We received a request to reset the password for your Host in Sri Lanka Hosting Client account.

Please click the button below to create a new password.

Reset My Password

Account Type: {{ account_role|default:"Hosting Client" }}
Username: {{ user.get_username }}
Security Notice:
If you did not request this password reset, please ignore this email. Your password will not change unless you use the reset link above.

Thank you,
Host in Sri Lanka Team

{% endblock %}