{% extends 'allianceauth/base.html' %} {% load static %} {% load i18n %} {% block page_title %}{{ page_title }} - {% trans 'Moon Mining' %}{% endblock %} {% block content %}
{% include 'moonmining/partials/menu.html' %}

{{ page_title }}

{% block details %}{% endblock %} {% endblock %} {% block extra_javascript %} {% include 'bundles/datatables-js.html' %} {% include 'moonmining/partials/global_js.html' %} {% endblock %} {% block extra_css %} {% include 'bundles/datatables-css.html' %} {% endblock %}