% if plexpy.CONFIG.CHECK_GITHUB and not plexpy.CURRENT_VERSION:
You're running an unknown version of PlexPy.
Update or
Close
% elif plexpy.CONFIG.CHECK_GITHUB and plexpy.CURRENT_VERSION != plexpy.LATEST_VERSION and plexpy.COMMITS_BEHIND > 0 and plexpy.INSTALL_TYPE != 'win':
% endif
% if title=="Home":
-
% else:
-
% endif
% if title=="History":
-
% else:
-
% endif
% if title=="Users":
-
% else:
-
% endif
% if title=="Graphs":
-
% else:
-
% endif
% if title=="Synced Items":
-
% else:
-
% endif
% if title=="Log":
-
% else:
-
% endif
% if title=="Settings":
-
% else:
-
% endif
${next.headerIncludes()}
${next.body()}
${next.javascriptIncludes()}
<%def name="javascriptIncludes()">%def>
<%def name="headIncludes()">%def>
<%def name="headerIncludes()">%def>