<%inherit file="base.html"/> <%! import lazylibrarian import logging from lazylibrarian.common import docker from lazylibrarian.config2 import CONFIG from lazylibrarian.logconfig import LOGCONFIG from lazylibrarian.notifiers import APPRISE_VER %> <%def name="headerIncludes()">
%if not docker(): Shutdown %endif Restart %if CONFIG['USER_ACCOUNTS']: User Admin %endif
<%def name="body()">

${title}

 

Repo: https://${CONFIG['GIT_HOST']}/${CONFIG['GIT_USER']}/${CONFIG['GIT_REPO']} : Branch: ${CONFIG['GIT_BRANCH']} : Updated: ${config['updated']}
Current Version: ${CONFIG['CURRENT_VERSION']} : Latest Version: ${CONFIG['LATEST_VERSION']}

<%def name="javascriptIncludes()"> <%include file="config_functions.js"/>