{% extends "base.html" %} {% load browserid i18n staticfiles wger_extras %} {% block title %}{% trans "Delete account" %}{% endblock %} {% block header %} {% browserid_css %} {% endblock %} {% block content %}

{% trans "Are you sure?" %}

{% with username=user_delete|format_username %}

{% 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 %}

{% render_form_fields form 'tmp' False %} {% render_form_submit 'Delete' 'danger' %}
{% endblock %} {% block sidebar %} {% endblock %}