{% extends 'ledger/base.html' %} {% load i18n %} {% block page_template_title %} {{ title }} {% endblock page_template_title %} {% block page_topic %}

{{ title }}

{% endblock page_topic %} {% 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/ledger-bundles.html' %} {% include 'ledger/bundles/alliance-ledger-bundles.html' %} {% endblock extra_javascript %} {% block extra_script %} {% endblock extra_script %}