{% extends "partials/layout.html" %} {% block pageContent %} {% if errors %}
{{ "Use this form to file a request against package base " "%s%s%s which includes the following packages:" | tr | format("", pkgbase.Name, "") | safe }}
{{ "Request type" | tr }}: {{ "Deletion" | tr }} {{ "Merge" | tr }} {{ "Orphan" | tr }}
{{ "Merge into" | tr }}:
{{ "Comments" | tr }}: {{ comments or '' }}
{{ "By submitting a deletion request, you ask a Trusted " "User to delete the package base. This type of " "request should be used for duplicates, software " "abandoned by upstream, as well as illegal and " "irreparably broken packages." | tr }}
{{ "By submitting a merge request, you ask a Trusted " "User to delete the package base and transfer its " "votes and comments to another package base. " "Merging a package does not affect the corresponding " "Git repositories. Make sure you update the Git " "history of the target package yourself." | tr }}
{{ "By submitting an orphan request, you ask a Trusted " "User to disown the package base. Please only do this " "if the package needs maintainer action, the " "maintainer is MIA and you already tried to contact " "the maintainer previously." | tr }}
{{ "Submit Request" | tr }}