{% extends "base-print.html" %}
{% block top_bar %}
{% if request.user.is_authenticated %}
{% include "photos/top_nav.html" %}
{% if request.user.impersonated_user and request.user.impersonated_user.is_superuser or request.user.is_superuser %}
{% if request.session.theme %}
{% include "themes/theme_top.html" %}
{% endif %}
{% endif %}
{% endif %}
{% endblock %}