{% extends "base.html" %} {% block body %}
{% if current_user == user %} {{ _("Do you really want to delete your own account?") }} {{ _("You won't be able to login and use this service any more.") }} {% else %} {{ _("Do you really want to delete the user %s?") % user.realname }} {% end %}
{% end block %}