{% 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 and add_pretend_facilities_header %}
{% 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 and add_impersonation_header %}