{% extends "admin/base.html" %} {% load i18n static admin_extras %} {% block dark-mode-vars %} {% endblock %} {% block title %}{% if title %}{{ title }} | {% endif %}{{ site_title|default:_('Django site admin') }}{% endblock %} {% block extrahead %} {{ block.super }} {% if badge_role %} {% if badge_role.name == "Control" %} {% elif badge_role.name == "Watchtower" or badge_role.name == "Constellation" %} {% elif badge_role.name == "Satellite" %} {% else %} {% endif %} {% elif current_site_domain == "arthexis.com" %} {% else %} {% endif %} {% now "c" as current_time %} {% now "T" as current_tz %} {% if request.user.is_authenticated and request.user.is_staff %} {% include "core/version_check.html" %} {% endif %} {% endblock %} {% block extrastyle %} {{ block.super }} {% render_admin_stylesheets %} {% endblock %} {% block branding %} {% if not request.resolver_match or request.resolver_match.url_name != "login" %}