{% load i18n %} {% load humanize %} {% load moonmining %} {% if product_rows|length_is:"0" %}

We could not find a survey for this moon in our database.

{% else %} {% for product in moon.products_sorted %}

{{ product.ore_type.name }}  {{ product.ore_type.rarity_class.bootstrap_tag_html }}  {{ product.ore_type.extras.current_price|floatformat:"0"|intcomma|default:"?" }} ISK per unit

{{ product.amount_percent|floatformat:"0" }}% {{ product.ore_type.name }}
{{ product.amount_percent|floatformat:"0" }}%

{{ product.total_price|formatisk:"b" }}
{% endfor %} {% endif %}

Last updated on {% if moon.products_updated_at %} {{moon.products_updated_at|datetime|default:"?"}} by {{moon.products_updated_by.profile.main_character|default:"ESTIMATED"}} {% else %} ? {% endif %}