{% extends "authentic2/manager/base.html" %} {% load i18n %} {% block content %}

{% blocktrans trimmed %} To switch to user {{ user }}, open the following link in a private window (it expires after {{ duration }} seconds). {% endblocktrans %}

{{ su_url }}

{% endblock %}