{% load i18n %} {% load humanize %} {% load evelinks %}

{{ moon.name }}


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
{{ res.quantity|percent }}%

{% endfor %}
Extractions
{% for ext in moon.extractions.all.reverse%} {% endfor %}
Date Jackpot?
{{ ext.arrival_time|date:"Y-n-j h:i" }} {% if ext.jackpot %} {% else %} {% endif %}