<%inherit file="base.html"/> <%def name="headIncludes()"> <%def name="body()">
% for section in config['home_sections']: % if section == 'current_activity':

Activity

Checking for activity...
% elif section == 'watch_stats':

Watch Statistics

% if config['home_stats_type'] == 0: % else: % endif
Last days
Top items
Loading stats...

% elif section == 'library_stats':

Library Statistics

${config['pms_name']}
Loading stats...

% elif section == 'recently_added':

Recently Added

items
Looking for new items...

% endif % endfor
<%def name="modalIncludes()"> % if _session['user_group'] == 'admin' and config['update_show_changelog']: % endif % if _session['user_group'] == 'admin': % endif <%def name="javascriptIncludes()"> % if 'current_activity' in config['home_sections']: % endif % if 'watch_stats' in config['home_sections']: % endif % if 'library_stats' in config['home_sections']: % endif % if 'recently_added' in config['home_sections']: % endif % if _session['user_group'] == 'admin' and config['update_show_changelog']: % endif