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

{% trans "Corporation Ledger" %}

{% endblock page_topic %} {% block vow_menu %}{% include 'ledger/corpledger/menu.html' %}{% endblock %} {% block vow_block %}

{% trans "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 %} {% include 'ledger/bundles/table-css.html' %} {% endblock %} {% block extra_javascript %} {% if NIGHT_MODE or theme == "allianceauth.theme.darkly.auth_hooks.DarklyThemeHook" %} {% else %} {% endif %} {% include 'bundles/datatables-js-bs5.html' %} {% endblock extra_javascript %} {% block extra_script %} {% endblock extra_script %}