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