% if update.content_type:
Content Type
${update.content_type.description | n}
% endif
Status
${self.util.status2html(update.status) | n}
% if update.signed:
% endif
% if request.registry.settings.get('test_gating.required'):
% if request.registry.settings.get('test_gating.url'):
Test Gating
% else:
Test Gating
% endif
% endif
% if update.request:
Request
${self.util.request2html(update.request) | n}
% endif
% if update.type:
Update Type
${self.util.type2html(update.type) | n}
% endif
% if update.severity:
Update Severity
${self.util.severity2html(update.severity) | n}
% endif
Karma
${self.util.karma2html(update.karma) | n}
% if update.stable_karma:
stable threshold: ${update.stable_karma}
% endif
% if update.unstable_karma:
unstable threshold: ${update.unstable_karma}
% endif
Autopush
% if update.autokarma is True:
Enabled |
% elif update.autokarma is False:
Disabled |
% endif
Dates
submitted |
${self.util.age(update.date_submitted)}
|
% if update.date_testing:
in testing |
${self.util.age(update.date_testing)}
|
% endif
% if update.date_stable:
in stable |
${self.util.age(update.date_stable)}
|
% endif
% if update.days_to_stable and update.status.description == 'testing':
days to stable |
${str(update.days_to_stable)}
|
% endif
% if update.date_modified:
modified |
${self.util.age(update.date_modified)}
|
% endif
% if update.date_approved:
approved |
${self.util.age(update.date_approved)}
|
% endif