{% extends "base.html" %} {% load i18n static wger_extras crispy_forms_tags %} {% block title %}{% translate "Delete account" %}{% endblock %} {% block header %} {% endblock %} {% block content %}
{% blocktranslate %}This action will delete the user account "{{username}}". It will also irrevocably remove all the data associated with it (workouts, logs, etc.) and can't be undone. {% endblocktranslate %}{% endwith %}