{% load i18n %} {% load humanize %} {% load moonmining %}
Ore Type | Rarity | Est. Unit Price | Volume | Est. Total Price. * | |
---|---|---|---|---|---|
{{ product.ore_type.name }} | {{ product.ore_type.rarity_class.bootstrap_tag_html }} | {{ product.ore_type.price|formatisk|default:"?" }} | {{ product.volume|floatformat:"0"|intcomma }} | {{ product.total_price|formatisk:"b"|default:""}} | |
TOTAL | {{ extraction.volume|floatformat:"0"|intcomma }} | {{ extraction.value|formatisk:"b"|default:""}} |
No data.
{% endif %}