{% extends 'django_ledger/layouts/content_layout_1.html' %} {% load i18n %} {% load static %} {% load django_ledger %} {% block aux_menu %} {% if entity %}
{% period_navigation 'entity-bs' %}
{% elif ledger %}
{% period_navigation 'ledger-bs' %}
{% elif unit_model %}
{% period_navigation 'unit-bs' %}
{% endif %} {% endblock %} {% block header_buttons %} {% if entity %} {% icon 'bi:arrow-left' 16 %} {% trans 'Dashboard' %} {% elif ledger %} {% icon 'bi:arrow-left' 16 %} {% trans 'Ledgers' %} {% endif %} {% icon 'bi:diagram-3' 16 %} {% trans 'By Unit' %} {% icon 'bi:file-earmark-pdf' 16 %} {% trans 'PDF' %} {% endblock %} {% block view_content %}
{% balance_sheet_statement io_model=object %}
{% endblock %}