{% load static %} {% load django_ledger %} {% load cache %} {% session_entity_name %} | {{ page_title }} {% block nav %} {% include 'django_ledger/includes/nav.html' %}{% endblock %} {% block header %} {% include 'django_ledger/includes/page_header.html' with header_title=header_title %}{% 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 %}