{% extends 'django_ledger/layouts/content_layout_1.html' %} {% load i18n %} {% load static %} {% load django_ledger %} {% block aux_menu %} {% if unit_model and entity %}
{% period_navigation 'unit-cf' %}
{% elif entity %}
{% period_navigation 'entity-cf' %}
{% elif ledger %}
{% period_navigation 'ledger-cf' %}
{% elif unit_model %}
{% period_navigation 'unit-cf' %}
{% endif %} {% endblock %} {% block header_buttons %} {% if entity %} {% icon 'bi:arrow-left' 16 %} {% trans 'Ledgers' %} {% elif ledger %} {% 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 %} {% cash_flow_statement io_model=object %} {% endblock %}