{% extends "admin/base.html" %} {% load staticfiles %} {% comment %} # This code is a part of sunshine package: https://github.com/letuananh/sunshine # :copyright: (c) 2013-2021 Le Tuan Anh # :license: MIT, see LICENSE for more details. {% endcomment %} {% block extrahead %} {# customize CSS here #} {% if SUNSHINE_ENV == 'DEV' %} {% elif SUNSHINE_ENV == 'UAT' %} {% else %} {% endif %} {% endblock %} {% block title %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %} {% block branding %}

{% if SUNSHINE_ADMIN_LOGO %} {% elif SUNSHINE_ENV == 'DEV' %} {% elif SUNSHINE_ENV == 'UAT' %} {% else %} {% endif %} {{ site_header|default:_('Django administration') }}

{% endblock %} {% block nav-global %}{% endblock %}