{% extends "base.html" %} {% block title %}Close your hamprint account{% endblock %} {% block content %}

Close your account

Signed in as {{ user.email|default:user.get_username }}. This action permanently deletes your account.

There is no undo.

  • Your user row is deleted from the database.
  • {% if submission_count == 0 %} You don't have any prints in the system right now -- nothing else to remove. {% elif submission_count == 1 %} Your 1 print is deleted along with your account, including any uploaded STL. {% else %} All {{ submission_count }} of your prints are deleted along with your account, including any uploaded STLs. {% endif %}
  • Any active queue items are cancelled. Operators won't be able to contact you afterwards.
{% csrf_token %}
{% endblock %}