{% extends "metenox/base.html" %} {% load i18n %} {% load static %} {% load metenox %} {% block content %}
loader
{% translate "Corporation name" %} {% translate "Alliance name" %} {% translate "Number metenoxes" %} {% translate "Raw revenue" %} {% translate "Profit" %}
{% include "metenox/partials/corp_footer.html" %} {% include "metenox/modals/base.html" with modal_id="modalCorporationNotifications" modal_content_id="modalCorporationNotificationsContent" %} {% endblock %} {% block extra_javascript %} {% include 'bundles/datatables-js-bs5.html' %} {% include "bundles/filterdropdown-js.html" %} {{ block.super }} {% endblock %}