{% comment %} Admin/reseller impersonation banner. Standalone include -- maintainer-wired into baseTemplate/templates/baseTemplate/index.html (see other_integration). Needs "userManagement.context_processors.impersonation" registered in TEMPLATES[0]["OPTIONS"]["context_processors"]; renders nothing without it, because "impersonating" is then simply absent from every context. {% endcomment %} {% if impersonating %} {% endif %}