{% 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 %}
Corporation Logistics
Filter structures, review block and Magmatic Gas demand, and size refuels from one view.
| Structure | Blocks Usage | Gas Usage | Current Stock | Time Left | Services | System | Constellation | Region | Corp | Type | |
|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{ structure.structure.name }}
|
Per Hour
{{ structure.fuel_req|intcomma }}
Per Day
{{ structure.fuel_req_day|intcomma }}
Per Month
{{ structure.fuel_req_30d|intcomma }}
Refuel For 90d
{{ structure.90day|intcomma }}
|
Per Hour
{{ structure.gas_req|intcomma }}
Per Day
{{ structure.gas_req_day|intcomma }}
Per Month
{{ structure.gas_req_30d|intcomma }}
Refuel For 90d
{{ structure.gas_90day|intcomma }}
|
Current Blocks
{{ structure.current_blocks|intcomma }}
Current Gas
{{ structure.current_metenox_gas|intcomma }}
|
{% if structure.extra_fuel_info %}
Blocks
{{ structure.structure.fuel_expires|date:"Y-m-d H:i" }}
{{ structure.block_duration_left }} left
{{ structure.extra_fuel_info.name }}
{{ structure.extra_fuel_info.expires|date:"Y-m-d H:i" }}
{{ structure.gas_duration_left }} left
Blocks
{{ structure.structure.fuel_expires|date:"Y-m-d H:i" }}
{{ structure.block_duration_left }} left
|
{% for service in structure.structure.structureservice_set.all %}
{% if service.state == 'online' %}
{{ service.name }}
{% else %}
{{ service.name }}
{% endif %}
{% endfor %}
|
{{ structure.structure.system_name.name }} | {{ structure.structure.system_name.constellation.name }} | {{ structure.structure.system_name.constellation.region.name }} | {{ structure.structure.corporation.corporation.corporation_name }} | {{ structure.structure.type_name.name }} |