{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %} Remove user {% endblock %} {% load static %} {% block extra_js %} {% endblock %} {% block content %}

Remove {{ auctiontos.name }}

Are you sure you want to remove {{ auctiontos.name }} from {{ auctiontos.auction }}?

{% if form.invoice_exists %}
{{ auctiontos.name }} has an invoice. Deleting them would permanently erase that invoice along with any recorded payments and adjustments. To remove them, merge them into another user below — their lots, adjustments, and payments will move to that user.
{% else %} This cannot be undone!

{% endif %} {% crispy form form.helper %} {% endblock %}