{% load i18n static %}

{% blocktrans trimmed with user=request.user %} You are currently working on behalf of {{ user }}. {% endblocktrans %}

{% csrf_token %}