{% extends "partials/layout.html" %} {% block pageContent %} {% if errors %} {% endif %}

{{ "Delete Package" | tr }}: {{ pkgbase.Name }}

{{ "Use this form to delete the package base %s%s%s and " "the following packages from the AUR: " | tr | format("", pkgbase.Name, "") | safe }}

{{ "This action will close any pending package requests " "related to it. If %sComments%s are omitted, a closure " "comment will be autogenerated." | tr | format("", "") | safe }}

{{ "Deletion of a package is permanent. " "Select the checkbox to confirm action." | tr }}

{% endblock %}