{% if current_route.startswith('/website') %}
{% endif %}
{% if session.get('impersonate') %}
{% endif %}
{% if current_route.startswith('/files') %}
{% else %}
{% endif %}
{{ _("You are currently impersonating user") }} '{{current_username}}'
Return to admin
{% if current_route.startswith('/files') or title == "j" %}
{% else %}
{% endif %}
{% if 'favorites' in enabled_modules %}
{% endif %}
{% block content %}{% endblock %}