<%inherit file="master.html"/> <%namespace name="util" module="bodhi.server.util"/> % if not request.identity:

welcome to the

Fedora Updates System

Create, test, and publish package updates for Fedora.

% else:
My Active UpdatesNew Update
%if not active_updates:

You have no updates in pending or testing

view all your updates

% else: % for update in active_updates: ${self.fragments.update(update, display_user=False, display_karma=True, display_commentcount=True)} % endfor % endif
My Active OverridesNew Override
%if not active_overrides:

You have no active buildroot overrides

view all your overrides

% else: % for override in active_overrides: ${self.fragments.override(override, display_user=False)} % endfor % endif
% endif
critical path updates in testing
security updates in testing
total updates in testing

Active Testers
% for tester, count in top_testers:
User Icon ${tester['name']}
${str(count)} comments
% endfor
Active Packagers
% for tester, count in top_packagers:
User Icon ${tester['name']}
${str(count)} updates
% endfor