Resources
{% for res in moon.resources.all|order_quantity %}
{{ res.ore.name }} R{{ res.rarity }} {{ resources|get_item:res.ore.id|floatformat:2|intcomma }} isk/m3
{% endfor %}
{% endfor %}
Extractions
Date | Jackpot? | {% for ext in moon.extractions.all.reverse%}
---|---|
{{ ext.arrival_time|date:"Y-n-j h:i" }} | {% if ext.jackpot %} {% else %} {% endif %} |