jumpserver/apps/users/templates/users/_msg_account_expire_reminde...

10 lines
254 B
Python

{% load i18n %}
<p>
{% trans 'Hello' %} {{ name }},
</p>
<p>
{% trans 'Your account will expire in' %} {{ date_expired }}, <br />
{% trans 'In order not to affect your normal work, please contact the administrator for confirmation.' %}
</p>