{% load i18n %} {% load humanize %} {% load moonmining %}
{% if extraction.products_sorted|length > 0 %} {% for product in extraction.products_sorted %} {% endfor %}
Ore Type Quality Rarity Volume Value est. *
{{ product.ore_type.name }} {{ product.ore_type.quality_class.bootstrap_tag_html }} {{ product.ore_type.rarity_class.bootstrap_tag_html }} {{ product.volume|floatformat:"0"|intcomma }} {{ product.value|formatisk|default:""}}
TOTAL {{ extraction.volume|floatformat:"0"|intcomma }} {{ extraction.value|formatisk|default:""}}
{% else %}

No data.

{% endif %}