{% blocktrans trimmed %}
You are currently seeing a preview of what the site
would look like at {{ fake_time }}.
{% endblocktrans %}
{% if user.is_staff %}
{% trans "Set fake time" %} »
{% endif %}
{% endif %}
{% if pretend_facilities %}
{% blocktrans trimmed with facilities=pretend_facilities|join:", " %}
You are currently seeing a preview of what the site
would look like from inside the facilities {{ facilities }}.
{% endblocktrans %}
{% if user.is_staff %}
{% trans "Pretend to be in facilities" %} »
{% endif %}
{% endif %}
{% if currently_impersonating %}
{% blocktrans trimmed with username=user.username full_name=user.get_full_name email=user.email %}
Now impersonating {{ full_name }} (user: {{ username }}, email: {{ email }}).
{% endblocktrans %}
{% trans "Stop impersonating" %} »