{% extends "allianceauth/base-bs5.html" %} {% load i18n %} {% load static %} {% load humanize %} {% block header_nav_collapse_left %} {% include 'corptools/top_menu.html' %} {% endblock %} {% block content %} {% if structures %}

Metenox Stats


Filtered Stats

Structures Matching Filter

Total Value in Drills

Filtered System Count

Filtered Constellation Count

Filtered Region Count


{% for structure in structures %} {% empty %} {% endfor %}
Structure Owner System Constellation Region Value Contents
{{ structure.structure.name }} {{ structure.structure.owner.corporation_name }} {{ structure.structure.location.name }} {{ structure.structure.constellation.name }} {{ structure.structure.region.name }} {{ structure.total|intcomma }} {% for o in structure.contents %} {% endfor %}
Type Qty Value
{{ o.type.name }} {{ o.quantity|intcomma }} {{ o.value|intcomma }}
{% else %}
{% translate "No Structures Available" %}
{% endif %} {% endblock content %} {% block extra_javascript %} {% include "bundles/filterdropdown-js.html" %} {% endblock extra_javascript %} {% block extra_script %} {% endblock extra_script %} {% block extra_css %} {% endblock extra_css %}