{% extends "admin/base.html" %} {% load static %} {% load elegant_shortcuts %} {% block extrastyle %}{{ block.super }} {% if ENVIRONMENT_NAME and ENVIRONMENT_COLOR and show_notice %} {% endif %} {% endblock %} {% block nav-global %} {% block admin_shortcuts %} {# this closes the #header div #}
{% admin_shortcuts %} {#
don't close this one, because it's closed in base.html #} {% endblock %} {% endblock %} {% block extrahead %} {{ block.super }} {% admin_shortcuts_js %} {% endblock %} {# Additional content here, some extra meta tags or favicon #} {#{% block extrahead %}#} {#{% endblock %}#} {# Additional CSS includes #} {#{% block extrastyle %}#} {# #} {#{% endblock %}#} {# Additional JS files in footer, right before #} {#{% block extrajs %}#} {# #} {#{% endblock %}#} {# Footer links (left side) #} {#{% block footer_links %}#} {# Documentation#} {#{% endblock %}#} {# Additional header content like notifications or language switcher #} {#{% block header_content %}#} {# {{ block.super }}#} {#
#} {# #} {#
#} {#
#} {# #} {#
#} {#
#} {# Front-end
#} {# One more link#} {#
#} {# #} {#
#} {# #} {#
#} {#
#} {# 5 new messages#} {#
#} {#
#} {#{% endblock %}#} {# Footer branding name (center) #} {#{% block footer_branding %}#} {#{% endblock %}#} {#{% block footer %}{% endblock %}#} {# Footer copyright (right side) #} {% block footer_branding %}{% endblock %} {% block footer_links %}{% endblock %} {% block copyright %} Copyright © 2020 Developed by BoPo {% endblock %}