{% load i18n %}
{% trans "Tokens can be used to access passbook's API." %}
{% trans 'Identifier' %} | {% trans 'Expires?' %} | {% trans 'Expiry Date' %} | {% trans 'Description' %} | |
---|---|---|---|---|
{{ token.identifier }}
|
{{ token.expiring|yesno:"Yes,No" }} | {% if not token.expiring %} - {% else %} {{ token.expires }} {% endif %} | {{ token.description }} |
|