{% load i18n %} {% if request.user.is_hijacked %}
{% blocktrans with user=request.user%}You are currently working on behalf of {{ user }}.{% endblocktrans %}
{% csrf_token %}
{% endif %}