{% extends "base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block title %}{% trans 'Delete Account' %}{% endblock %} {% block extra_css%}{% include "purist/spinner.html" %}{% endblock %} {% block header %}{% trans 'Delete Account' %}{% endblock %} {% block byline %} {% if can_delete %} {% trans 'Are you sure you want to delete your account?' %} {% else %} {% trans 'You cannot currently delete your account' %} {% endif %} {% endblock %} {% block content %} {% if can_delete %}
WARNING!
Deleting your account will permanently delete all your data, and your username will no longer be available.Please wait ...
{% trans 'To stop subscription payments in the meantime, please downgrade to a Basic account.' %} {% endif %} {% endif %} {% endblock %} {% block extra_js %} {% endblock %}