{% extends "base.html" %} {% load i18n static wger_extras %} {% block title %}{% trans "Delete account" %}{% endblock %} {% block header %} {% endblock %} {% block content %}
{% blocktrans %}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. {% endblocktrans %}{% endwith %}