{% load i18n %}{% load l10n %} {% load humanize %}
{% trans "A new session has been started for your account:" %} {{ user.get_username }}.
{% trans "You can review your session to find out how much time and/or traffic has been used or you can terminate the session at any time by clicking on the button below." %}
{% if sesame_max_age %}{% blocktrans with sesame_max_age|naturaltime as sesame_max_age %}Note: this link is valid only for {{sesame_max_age}}{% endblocktrans %}.
{% endif %}