[%# oauth/index.tt List all applications a user has authorized. Authors: Andrea Nall Copyright (c) 2015 by Dreamwidth Studios, LLC. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. For a copy of the license, please reference 'perldoc perlartistic' or 'perldoc perlgpl'. %] [% IF viewother %]

Viewing authorizations for [% view_u.ljuser_display %].

[% END %] [% IF tokens.count == 0 %] You have no authorizations. [% ELSE %] [% FOR token IN tokens %] [% END %]
Application Created Last Access
( viewother ? [ 'user' ] : 0 ) )%]">[% token.consumer.name | html %] [%- UNLESS token.usable %] [ Inactive ][% END -%] [% token.createtime | time_to_http %] [% token.lastaccess | time_to_http %]
[% END %]