{% 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 "Filter structures, review block and Magmatic Gas demand, and size refuels from one view." %}
| {% 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.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 }} {% translate "Gas" %} {{ structure.current_metenox_gas|intcomma }} |
{% 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 %}
{% translate "Blocks" %}
{{ structure.structure.fuel_expires|date:"Y-m-d H:i" }}
{% blocktranslate with time_left=structure.block_duration_left %}{{ time_left }} left{% endblocktranslate %}
|
{% 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 }} |