[`User`] | [`Create date`] | [`Client id`] | [`Scope`] | [`Last use date`] | [`Expires`] | |
---|---|---|---|---|---|---|
{if isset($_token.contact)}
|
{$_token.create_datetime|wa_date:humandatetime} | {$_token.client_id|escape} |
{foreach $_token.installed_apps as $_app}
{foreach $_token.not_installed_apps as $_app}
{$_app|escape}{if !$_app@last},{/if}
{/foreach}
|
{if !empty($_token.last_use_datetime)}{$_token.last_use_datetime|wa_date:humandatetime}{else}—{/if} | {if !empty($_token.expires)}{$_token.expires|wa_date:humandatetime}}{else}—{/if} |
[`No API tokens.`]
{/if}