{% extends 'ledger/base.html' %} {% load i18n %} {% load humanize %} {% load static %} {% load ledger %} {% block page_title %}Planetary Details{% endblock %} {% block page_topic %}

{% translate "Planetary Details" %}

{% endblock page_topic %} {% block vow_block %}

{% translate "Planetary Details" %}

{% translate 'Planetary Overview' %}
{% trans "Notification" %} {% trans "ON" %}/{% trans "OFF" %}


{% include 'ledger/planetary/partials/table.html' %}
{% endblock %} {% block extra_javascript %} {% include 'ledger/bundles/table-css.html' %} {% ledger_static 'css/planetary.css' %} {% include 'ledger/modals/modal_dialog.html' with name="ViewFactory" %} {% include 'ledger/modals/modal_dialog.html' with name="ViewExtractor" %} {% include 'ledger/planetary/partials/planetary-js.html' %} {% include 'bundles/datatables-js-bs5.html' %} {% endblock %} {% block extra_css %} {% endblock %} {% block extra_script %} {% endblock %}