{% extends "metenox/base.html" %} {% load i18n %} {% load aa_i18n %} {% load static %} {% load metenox %} {% block details %}
{% if perms.metenox.auditor %}
{% endif %}
{% translate "Moon" %} {% translate "System" %} {% translate "Constellation" %}
{% translate "Region" %}
{% translate "Est. Value" %}
{% translate 'Est. Profit' %}
{% include "metenox/partials/footer.html" %} {% include "metenox/modals/base.html" with modal_id="modalMoonDetails" modal_content_id="modalMoonDetailsContent" %} {% endblock %} {% block extra_css %} {% include "bundles/datatables-2-css-bs5.html" %} {% endblock %} {% block extra_javascript %} {% get_datatables_language_static LANGUAGE_CODE as DT_LANG_PATH %} {% include "bundles/datatables-2-js-bs5.html" %} {{ block.super }} {% endblock %}