{% extends "base.html" %} {% block title %}Confirm Account Deletion - Makenotwork{% endblock %} {% block body_attrs %} class="{{ crate::shell::measure(crate::shell::Measure::Contained) }} confirm-delete-page"{% endblock %} {% block head %} {% endblock %} {% block content %} {{ crate::shell::wordmark()|safe }}

Delete Account

This action is permanent and cannot be undone.

All your data, projects, and content will be permanently deleted.

{% endblock %}