{% spaceless %} {% load i18n %} {% autoescape off %} {% blocktrans with logout_url=logout_url username=user.username HTTP_USER_AGENT=HTTP_USER_AGENT login_ip=login_ip reset_password_url=reset_password_url %} Hello! {{ username }}, You have logged in to FNSCHOOL: -- Login IP: {{ login_ip }} -- Browser: {{ HTTP_USER_AGENT }} If you are not logged in to FNSCHOOL, simply click on the link below to log out: {{ logout_url }} Or you can reset your password by clicking on the following link: {{ reset_password_url }} Alternatively, you can click on the following link, and the FNSCHOOL will log out of the currently logged-in session and reset your password for you. {{ generate_password_url }} (If the link does not redirect after clicking, please copy the entire link into the browser address bar and press Enter.) Thank you for using FNSCHOOL! {% endblocktrans %} {% endautoescape %} {% endspaceless %}