{% extends "admin/base.html" %} {% load admin_static %} {# 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 %}#} {# Footer copyright (right side) #} {#{% block copyright %}#} {# Copyright © 2013 Client
Developed by YourName #} {#{% endblock %}#}