{% extends 'moons/base.html' %} {% load i18n %} {% load static %} {% load humanize %} {% load moon_tags %} {% block at_block %}
Key:
Exceptional Rare Uncommon Common Ubiquitous Ore
Arival | Structure | Moon | System | Constellation | Corporation | Ores | {% for event in current_fracks %}
---|---|---|---|---|---|---|
{{ event.arrival_time|date:"Y-m-d H:i"}} | {{ event.structure.location_name }} | {{ event.moon_name.name }} | {{ event.structure.system.name }} | {{ event.structure.system.constellation.name }} | {{ event.corporation.corporation.corporation_name }} | {% for ores in event.frack.all %}
{{ ores.ore.name }} ( {{ores.total_m3|intword}} m3) {% endfor %} |
Arival | Structure | Moon | System | Constellation | Corporation | Ores | {% for event in events %}
---|---|---|---|---|---|---|
{{ event.arrival_time|date:"Y-m-d H:i"}} | {{ event.structure.location_name }} | {{ event.moon_name.name }} | {{ event.structure.system.name }} | {{ event.structure.system.constellation.name }} | {{ event.corporation.corporation.corporation_name }} | {% for ores in event.frack.all %}
{{ ores.ore.name }} ({{ores.total_m3|intword}} m3) {% endfor %} |