{% include 'ledger/charledger/month.html' with character_pk=character_pk %}
{% include 'ledger/charledger/year.html' with character_pk=character_pk 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 %}