{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Deactivate your account{% endblock %} {% block main %}
Account deactivation is reversible. After you logout, you will not be able to access your data any more, but the site admin can restore your account.
{% endblock %} {% block sidebar %} {% include 'menu_profile.html' %} {% endblock %}