%inherit file="base.html"/> <%def name="page_head()"> %def> <%def name="title()"> ${_("Package Removal")} %def> <%def name="body()"> % if confirm != 'Y':
Do you really want to remove ${package.package} ${package.version} from repository ${packagelist.suite} ?
% else:
Your command was inserted in the automated execution queue.
Ticket name: ${ticket_name}
An email will be sent after execution with the results.
Go back to the Packages page.