{% 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 "Fuel Dashboard" %}{% endblock %} {% block content %} {% if structures %}
{% translate "Corporation Logistics" %}

{% translate "Structure and Fuel Stats" %}

{% translate "Filter structures, review block and Magmatic Gas demand, and size refuels from one view." %}

{% translate "Minimum 30 days." %}
{% translate "Filtered Structures" %}

0

{% translate "Systems" %}

0

{% translate "Constellations" %}

0

{% translate "Regions" %}

0

{% translate "Current Blocks" %}

0

{% translate "Current Magmatic Gas" %}

0

{% translate "Fuel Demand" %}
{% translate "Blocks Usage" %}
{% translate "Per Hour" %}

0

{% translate "Per Day" %}

0

{% translate "Per Month" %}

0

{% translate "Refuel For" %} 90d

0

{% translate "Fuel Demand" %}
{% translate "Magmatic Gas Usage" %}
{% translate "Per Hour" %}

0

{% translate "Per Day" %}

0

{% translate "Per Month" %}

0

{% translate "Refuel For" %} 90d

0

{% translate "Filtered Inventory" %}
{% translate "Structure Mix" %}
{% for structure in structures %} {% empty %} {% endfor %}
{% translate "Structure" %} {% translate "Blocks Usage" %} {% translate "Blocks Refuel" %} {% translate "Gas Usage" %} {% translate "Gas Refuel" %} {% translate "Current Stock" %} {% translate "Time Left" %} {% translate "Services" %} {% translate "System" %} {% translate "Constellation" %} {% translate "Region" %} {% translate "Corp" %} {% translate "Type" %}
{{ structure.structure.type_name.name }}

{{ structure.structure.name }}

{{ structure.structure.type_name.name }}

{{ structure.structure.corporation.corporation.corporation_name }} - {{ structure.structure.system_name.name }}

{% translate "Per Hour" %}

{{ structure.fuel_req|intcomma }}

{% translate "Per Day" %}

{{ structure.fuel_req_day|intcomma }}

{% translate "Per Month" %}

{{ structure.fuel_req_30d|intcomma }}

{% translate "Refuel For" %} 90d

{{ structure.90day|intcomma }}

{% translate "Per Hour" %}

{{ structure.gas_req|intcomma }}

{% translate "Per Day" %}

{{ structure.gas_req_day|intcomma }}

{% translate "Per Month" %}

{{ structure.gas_req_30d|intcomma }}

{% translate "Refuel For" %} 90d

{{ structure.gas_90day|intcomma }}

{% translate "Blocks" %}

{{ structure.current_blocks|intcomma }}

{% if structure.current_metenox_gas > 0 %}

{% translate "Gas" %}

{{ structure.current_metenox_gas|intcomma }}

{% endif %}
{% if structure.extra_fuel_info %}
{% translate "Blocks" %}
{{ structure.structure.fuel_expires|date:"Y-m-d H:i" }}
{% blocktranslate with time_left=structure.block_duration_left %}{{ time_left }} left{% endblocktranslate %}
{{ structure.extra_fuel_info.name }}
{{ structure.extra_fuel_info.expires|date:"Y-m-d H:i" }}
{% blocktranslate with time_left=structure.gas_duration_left %}{{ time_left }} left{% endblocktranslate %}
{% else %}
{% translate "Blocks" %}
{{ structure.structure.fuel_expires|date:"Y-m-d H:i" }}
{% blocktranslate with time_left=structure.block_duration_left %}{{ time_left }} left{% endblocktranslate %}
{% endif %}
{% 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 }}
{% else %}
{% translate "No Structures Available" %}
{% endif %} {% endblock content %} {% block extra_javascript %} {% include "bundles/filterdropdown-js.html" %} {% endblock extra_javascript %} {% block extra_css %} {% endblock extra_css %}