{% load static %} {% load django_ledger %} {% load cache %} {% block page_title %}{% session_entity_name %} | {{ page_title }}{% endblock %} {% block header_extra_js %}{% endblock %} {% block header_extra_css %}{% endblock %} {% block nav %} {% include 'django_ledger/includes/nav.html' %} {% endblock %} {% block header %} {% include 'django_ledger/includes/page_header.html' with header_title=header_title header_subtitle=header_subtitle %} {% endblock %} {% block breadcrumbs %}{% endblock %} {% block messages %} {% include 'django_ledger/includes/messages.html' with messages=messages %} {% endblock %} {% block content %}{% endblock %} {% block footer %} {% include 'django_ledger/includes/footer.html' %} {% endblock %} {% block script_bottom %} {% endblock %} {% block bottom_extra_js %}{% endblock %}