{% extends "admin/base.html" %} {% block extrastyle %}{{ block.super }} {% if request.user.is_authenticated and ENV_NAME and PROJECT_NAME %} {% endif %} {% endblock %}