{% extends 'ledger/base.html' %} {% load i18n %} {% load humanize %} {% load static %} {% load ledger %} {% block page_title %} {{ title }} ⋗ {% translate "Ledger" %} {% endblock %} {% block page_topic %}

{{ title }}

{% endblock page_topic %} {% block header_nav_collapse_left %} {% include 'ledger/partials/menu/ally/navigation.html' %} {% endblock header_nav_collapse_left %} {% block header_nav_collapse_right %} {% include 'ledger/partials/menu/ally/administration.html' %} {% endblock header_nav_collapse_right %} {% block ledger_block %}

{% translate "Alliance Ledger" %}

{% include 'ledger/partials/view/ledger.html' with entity_type=entity_type %}
{% include 'ledger/partials/modal/modal.html' with name="ViewCharacter" %} {% endblock %} {% block extra_css %} {% include 'ledger/bundles/table-css.html' %} {% endblock %} {% block extra_javascript %} {% include 'bundles/datatables-js-bs5.html' %} {% include 'ledger/bundles/alliance-ledger-bundles.html' %} {% endblock extra_javascript %} {% block extra_script %} {% endblock extra_script %}