<%namespace name="util" module="bodhi.server.util"/> <%inherit file="master.html"/> <%block name="css"> ${parent.css()}

Overrides / %if override is UNDEFINED: Create New Override %else: ${override.build.nvr} %endif

<%doc> The warning that only displays when JavaScript is disabled. It is hidden and the new-override-form div is shown by override_form.js %if request.identity:

New Buildroot Override Form Requires JavaScript

If you have JavaScript disabled with a plugin like NoScript, please disable that plugin and reload the page. If you trust Fedora Infrastructure, you might find it convenient to enable JavaScript just for the domain fedoraproject.org.

If you are opposed to JavaScript in principle, you're not left out! Please use the fully-featured Bodhi command-line interface tool.

%endif %if request.identity: %elif not request.identity and override is not UNDEFINED:
Candidate Build
${override.build.nvr}
Expiration date %if override: % if override['expired_date'] is None: still active for ${util.age(override['expiration_date'], True)} % else: expired ${util.age(override['expired_date'])} % endif % endif
${override.expiration_date.strftime('%Y-%m-%d')}
Notes
${self.util.markup(override.notes) | n}
%endif
<%block name="javascript"> ${parent.javascript()}