{% load static adminlte_tags %} {% block title_outer %} {% block title %} {{ request.site.name }} {% endblock title %} {% endblock title_outer %} {% block meta %} {% block viewport_meta %} {% endblock viewport_meta %} {% endblock meta %} {% block extra_meta %} {% endblock extra_meta %} {% block favicon %} {% endblock favicon %} {% block global_stylesheets %} {% include 'adminlte2/partials/_styles.html' %} {% endblock global_stylesheets %} {% block global_conflict_stylesheets %} {# Conflicts is here because must override all previous library css. #} {% endblock global_conflict_stylesheets %} {% block page_stylesheets %} {% endblock page_stylesheets %} {% block global_javascript_head %} {% include 'adminlte2/partials/_scripts.html' %} {% endblock global_javascript_head %} {% block global_conflict_javascript_head %} {# Conflicts is here because must override all previous library js. #} {% endblock global_conflict_javascript_head %} {% block page_javascript_head %} {% endblock page_javascript_head %} {% block sidebar_state %} {# NOTE: Must be here so that it can be executed as soon as the body tag is rendered. #} {% endblock sidebar_state %} {% block body %}
{% block nav_header %} {% include 'adminlte2/partials/_main_header.html' %} {% endblock nav_header %} {% block nav_sub_header %} {% endblock nav_sub_header %} {% block nav_sidebar %} {% include 'adminlte2/partials/_main_sidebar.html' %} {% endblock %}
{% block content_wrapper %}
{% block content_header %}

{% block page_name %} {% endblock page_name %} {% block no_description %} {% block page_description %} {% endblock page_description %} {% endblock no_description %} {% block no_page_actions %}
{% block page_actions %} {% endblock page_actions %}
{% endblock no_page_actions %}

{% block breadcrumbs %} {# Breadcrumb implementation left to developers #} {% endblock breadcrumbs %}
{# Clear float in breadcrumbs #} {% endblock content_header %}
{% block content_outer %} {% block messages %} {% include 'adminlte2/partials/_messages.html' %} {% endblock messages %} {% block form_errors %} {% render_form_error_summary %} {% endblock form_errors %} {% block content_title %} {% endblock content_title %} {% block content_block_wrap %} {% block content %} {% endblock content %} {% endblock content_block_wrap %} {% endblock content_outer %}
{% endblock content_wrapper %}
{% block nav_footer %} {% include 'adminlte2/partials/_main_footer.html' %} {% endblock %} {% block control_sidebar %} {% endblock control_sidebar %}
{% endblock body %} {% block page_javascript_body %} {% endblock page_javascript_body %} {% block extra_foot %} {% endblock extra_foot %} {% block modals %} {% endblock modals %}