{% extends 'allianceauth/base-bs5.html' %} {% load static %} {% load i18n %} {% load navactive %} {% block page_title %}{{ page_title }} - {% translate 'Moon Mining' %}{% endblock %} {% block header_nav_brand %}{% translate "Moon Mining" %}{% endblock %} {% block header_nav_collapse_left %} {% if perms.moonmining.extractions_access %} {% endif %} {% if "/moonmining/extraction/" in request.path %} {% endif %} {% if "/moonmining/moon/" in request.path %} {% endif %} {% if perms.moonmining.reports_access %} {% endif %} {% endblock header_nav_collapse_left %} {% block header_nav_collapse_right %} {% endblock header_nav_collapse_right %} {% block header_nav_user_character_control %} {% comment %} This block is left empty intentionally to disable defaults. {% endcomment %} {% endblock %} {% block content %} {% block details %}{% endblock %} {% endblock %} {% block extra_javascript %} {% include "bundles/datatables-js-bs5.html" %} {% include "bundles/filterdropdown-js.html" %} {% include 'moonmining/partials/global_js.html' %} {% endblock %} {% block extra_css %} {% include 'bundles/datatables-css-bs5.html' %} {% endblock %}