<%= token.token %>
<% if (token.note !== null) { %>
<%= token.note %>
<% } else { %>
No note
<% } %>
(change)
<%= ctx.makeRelativeTime(token.creationTime) %>
<% if (token.expirationTime) { %>
<%= ctx.makeRelativeTime(token.expirationTime) %>
<% } else { %>
No expiration
<% } %>
<%= ctx.makeRelativeTime(token.lastUsageTime) %>