[%# oauth/token.tt Information on a specific token. Authors: Andrea Nall Copyright (c) 2013 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 BLAH BLAH for [% view_u.ljuser_display %].

[% END %] [% consumer = token.consumer %]

Consumer: [% consumer.name | html %] [% IF view_consumer -%] [ Edit Consumer ] [%- END %]

[% UNLESS token.usable %]

This token is currently inactive!

[% END %]

Created: [% token.createtime | time_to_http %]

Last Used: [% token.lastaccess | time_to_http %]

[% UNLESS viewother %]
[% dw.form_auth %]
[% END %]