{% extends "django_cradmin/standalone-base.django.html" %}
{% load cradmin_tags %}
{% block body %}
{% block menu %}
{% cradmin_render_menu %}
{% endblock menu %}
{% block pageheader %}
{% comment %}
The page header can be hidden in two ways:
- Set hide_pageheader = True in the template context.
- Set the DJANGO_CRADMIN_HIDE_PAGE_HEADER setting.
{% endcomment %}
{% if not hide_pageheader and not DJANGO_CRADMIN_HIDE_PAGE_HEADER %}