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

{{ "Accounts" | tr }}

{% include "partials/error.html" %}

{{ "You can use this form to permanently delete the AUR account %s%s%s." | tr | format("", name, "") | safe }}

{{ "%sWARNING%s: This action cannot be undone." | tr | format("", "") | safe }}

{% endblock %}