{% extends "base.html" %} {% block title %}{{ _("Impersonate user %s") % user.realname }}{% end block %} {% block body %}
{{ user.name }}

{{ _("When impersonating another user, every action you perform will be taking place as if you had logged in as the user whom will be impersonating.") }}

{{ _("Use with caution!") }}

{{ _("This is a very powerful feature. You should be very careful while using it.") }}
{% raw xsrf_form_html() %}
{% end block %}