{% extends "base.html" %} {% load i18n %}{% load bootstrap %} {% block content %}

{% trans "Delete your User Account" %}

{% csrf_token %}

{% blocktrans trimmed %} Are you sure you want to delete your user account and all your data on this service? You can not undelete your data. {% endblocktrans %}

{% endblock %}