<%inherit file="base.html"/> <%def name="page_head()"> <%def name="title()"> ${_("Package Removal")} <%def name="body()"> % if confirm != 'Y':

Do you really want to remove ${package.package} ${package.version} from repository ${packagelist.suite} ?

Yes , No

% 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.

% endif