{% extends "base.html" %} {% block title %}Delete account{% endblock %} {% block content %}

This removes your user account{% if request.user.organization %}, organization {{ request.user.organization.name }},{% endif %} and all related projects, findings, API keys, and activity logs. This cannot be undone.

{% csrf_token %}
Cancel
{% endblock %}