Created: {{
token.created_at.split('T')[0] if token.created_at else 'Never' }}
Expires: {{
token.expires_at.split('T')[0] if token.expires_at else 'Never' }}
Last Used: {{
token.last_used.split('T')[0] if token.last_used else 'Never' }}
{% endif %} {% if token.resource_scopes and token.resource_scopes|length >
0 %}