{% extends "directories/base.html" %} {% block top_bar %} {% if request.user.is_authenticated %} {% include "directories/top_nav_pricing.html" %} {% if request.user.is_superuser %} {% if request.session.theme %} {% include "themes/theme_top.html" %} {% endif %} {% endif %} {% endif %} {% endblock %}