<%doc> USAGE DOCUMENTATION :: PLEASE LEAVE THIS AT THE TOP OF THIS FILE For Mako templating syntax documentation please visit: http://docs.makotemplates.org/en/latest/ Filename: user.html Version: 0.1 Variable names: user [string] user :: Usable parameters user Returns the name of the user. DOCUMENTATION :: END <%inherit file="base.html"/> <%! from plexpy import helpers %> <%def name="headIncludes()"> % if user != None: <%def name="body()">

Global Stats

Loading data...

Platform Stats

Loading data...

Recently watched

Loading data...

IP Addresses for ${user}

Last seen IP Address Play Count Platform (Last Seen) Last Watched

Watch History for ${user}

ID Time User Platform IP Address Title Started Paused Stopped Duration Completed RatingKey
<%def name="javascriptIncludes()"> % else:

Error retrieving user information. Please see the logs for more details.

% endif