{% 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" %}
{% if is_frontend_dev_mode %} {% endif %} {% is_dev as is_development %}
{% load django_cfg %} {% lib_name %}

Loading...

Loading...

{% if is_development %}

Loading documentation...

{% endif %}
{% endcomponent %} {% endblock %} {% block footer %} {{ block.super }} {% endblock %}