{% extends 'admin/base.html' %} {% load static %} {% load unfold %} {% load django_cfg %} {% block extrahead %} {{ block.super }} {# JWT Token Injection for iframe authentication #} {% if user.is_authenticated %} {% endif %} {% endblock %} {% block breadcrumbs %}{% endblock %} {% block coltype %}{% endblock %} {% block title %} {% if subtitle %}{{ subtitle }} | {% endif %} {{ title }} | {{ site_title|default:'Django site admin' }} {% endblock %} {% block branding %} {% include "unfold/helpers/site_branding.html" %} {% endblock %} {% block content %} {% component "unfold/components/container.html" %}
Frontend Development Mode Active
Loading Next.js from {% nextjs_admin_url %}
Loading...