{% 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 }}

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

{% endblock %}