{% extends 'ledger/base.html' %} {% load i18n %} {% load humanize %} {% load static %} {% load ledger %} {% block page_title %}Corporation Ledger{% endblock %} {% block page_topic %}

{% translate "Corporation Ledger" %}

{% endblock page_topic %} {% block vow_block %}

{% translate "Corporation Ledger" %}

{% include 'ledger/corpledger/month.html' %} {% include 'ledger/corpledger/year.html' with years=years %}
{% include 'ledger/modals/modal_dialog.html' with name="ViewCharacter" %} {% endblock %} {% block extra_css %} {% endblock %} {% block extra_javascript %} {% include 'bundles/datatables-js-bs5.html' %} {% endblock extra_javascript %} {% block extra_script %} {% endblock extra_script %}