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

{{ title }}

{% endblock page_topic %} {% block aaledger_header %}

{% translate "Planetary Overview" %}

{% endblock %} {% block ledger_block %}
Character Corporation {% trans "Actions" %}
{% endblock %} {% block extra_css %} {% include 'bundles/datatables-2-css-bs5.html' %} {% include 'bundles/datatables-2-columncontrol-css-bs5.html' %} {% include 'ledger/bundles/aa-ledger-css.html' %} {% endblock %} {% block extra_javascript %} {% include 'ledger/bundles/aa-ledger-js.html' %} {% include 'bundles/datatables-2-js-bs5.html' %} {% include 'bundles/datatables-2-columncontrol-js-bs5.html' %} {% endblock %}