authentic/src/authentic2/templates/authentic2/unused_account_alert_body.html

10 lines
386 B
HTML

{% load i18n humanize %}
{% autoescape off %}
{% blocktrans with last_login_date=user.last_login|naturaltime %}
Hi {{ user.get_full_name }},
Your last logging was {{ last_login_date }}.
In order to keep your account, you must <a href="{{ login_url }}">log in</a> within {{ days_to_deletion }} days.
Otherwise, it will be deleted after this time.
{% endblocktrans %}{% endautoescape %}