%inherit file="master.html"/> <%namespace name="captcha" module="bodhi.server.captcha"/> <%namespace name="json" module="json"/>
| Submitter |
|
||
| Builds |
|
||
| Update ID | ${update.alias} | ||
| Release | % if update.release:${update.release.name} | % 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 | ||
| Type | ${self.util.type2html(update.type) | n} | ||
| Severity | ${self.util.severity2html(update.severity) | n} | ||
| Request | ${self.util.request2html(update.request) | n} | ||
| Status | ${self.util.status2html(update.status) | n} | ||
| Suggestion | ${self.util.suggestion2html(update.suggest) | n} | ||
| Submitted | ${self.util.age(update.date_submitted)}, ${(update.date_submitted).strftime("%Y-%m-%d %H:%M:%S")} (UTC) | ||
| In Testing | ${self.util.age(update.date_testing)}, ${(update.date_testing).strftime("%Y-%m-%d %H:%M:%S")} (UTC) | ||
| In Stable | ${self.util.age(update.date_stable)}, ${(update.date_stable).strftime("%Y-%m-%d %H:%M:%S")} (UTC) | ||
| Days to Stable | ${str(update.days_to_stable).strip('-')} | ||
| Modified | ${self.util.age(update.date_modified)}, ${(update.date_modified).strftime("%Y-%m-%d %H:%M:%S")} (UTC) | ||
| approved | ${self.util.age(update.date_approved)}, ${(update.date_approved).strftime("%Y-%m-%d %H:%M:%S")} (UTC) |
| ${self.util.karma2html(update.get_bug_karma(bug)) | n} | ${self.util.bug_link(bug) | n} |
| ${self.util.karma2html(update.get_testcase_karma(test)) | n} | ${self.util.testcase_link(test) | n} |