{% trans "Tokens are used throughout passbook for Email validation stages, Recovery keys and API access." %}
{% trans 'Identifier' %} | {% trans 'User' %} | {% trans 'Expires?' %} | {% trans 'Expiry Date' %} | |
---|---|---|---|---|
{{ token.identifier }}
|
{{ token.user }} | {{ token.expiring|yesno:"Yes,No" }} | {% if not token.expiring %} - {% else %} {{ token.expires }} {% endif %} |
|