× {% trans 'Admin Theme Preview' %}: {% blocktrans with theme=request.session.theme %}You are previewing the "{{ theme }}" theme{% endblocktrans %}
{% trans 'Current Page Template' %}: {{ TEMPLATE_NAME }} ({% if TEMPLATE_THEME %}{% blocktrans %}From the "{{ TEMPLATE_THEME }}" theme{% endblocktrans %}{% else %}{% trans 'Original version' %}{% endif %})