2021-10-20 11:45:37 +00:00
|
|
|
{% load i18n %}
|
|
|
|
<p>
|
|
|
|
{% trans 'Hello' %} {{ name }},
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
{% trans 'Your account has remote login behavior, please pay attention' %}
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<b>{% trans 'Username' %}:</b> {{ username }}<br>
|
|
|
|
<b>{% trans 'Login time' %}:</b> {{ time }}<br>
|
|
|
|
<b>{% trans 'Login city' %}:</b> {{ city }}({{ ip }})
|
|
|
|
</p>
|
|
|
|
|
2021-12-15 07:01:46 +00:00
|
|
|
-
|
2021-10-20 11:45:37 +00:00
|
|
|
<p>
|
2021-10-22 12:06:16 +00:00
|
|
|
{% trans 'If you suspect that the login behavior is abnormal, please modify the account password in time.' %}
|
2021-10-20 11:45:37 +00:00
|
|
|
</p>
|