{% extends "allianceauth/base-bs5.html" %} {% load i18n %} {% load static %} {% load humanize %} {% block header_nav_collapse_left %} {% include 'corptools/top_menu.html' %} {% endblock %} {% block page_title %}{% translate "Metenox Stats" %}{% endblock %} {% block content %} {% if structures %}
{% translate "Structures Matching Filter" %}
{% translate "Total Value in Drills" %}
{% translate "Filtered System Count" %}
{% translate "Filtered Constellation Count" %}
{% translate "Filtered Region Count" %}
| {% translate "Structure" %} | {% translate "Owner" %} | {% translate "System" %} | {% translate "Constellation" %} | {% translate "Region" %} | {% translate "Value" %} | {% translate "Contents" %} | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ structure.structure.name }} | {{ structure.structure.owner.corporation_name }} | {{ structure.structure.location.name }} | {{ structure.structure.constellation.name }} | {{ structure.structure.region.name }} | {{ structure.total|intcomma }} |
|