{% 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/char/navigation.html' %} {% endblock header_nav_collapse_left %} {% block header_nav_collapse_right %} {% include 'ledger/partials/menu/char/administration.html' %} {% endblock header_nav_collapse_right %} {% block ledger_block %}

{% translate "Planetary Details" %}

{% translate 'Planetary Overview' %}
{% trans "Notification" %} {% trans "ON" %}/{% trans "OFF" %}
{% include 'ledger/partials/table/planetary.html' %}
{% endblock %} {% block extra_javascript %} {% include 'ledger/bundles/table-css.html' %} {% ledger_static 'css/planetary.css' %} {% include 'ledger/partials/modal/modal.html' with name="ViewFactory" %} {% include 'ledger/partials/modal/modal.html' with name="ViewExtractor" %} {% include 'ledger/partials/modal/switchalarm_confirm.html' %} {% ledger_static 'js/modal/modal-system.js' %} {% include 'ledger/bundles/planetary-js.html' %} {% include 'bundles/datatables-js-bs5.html' %} {% endblock %} {% block extra_css %} {% endblock %} {% block extra_script %} {% endblock %}