{% load i18n %} {% load humanize %} {% load metenox %}

Moon products stored in the Metenox

{% if metenox.get_stored_moon_materials|length_is:"0" %}

No Moon Materials stored in this Metenox detected.

{% else %}

Total stored value:

{{ metenox.get_stored_moon_materials_value|formatisk }} ISK

Total stored volume:

{{ metenox.get_stored_moon_materials_volume }} m3

{% for stored_moon_material in metenox.get_stored_moon_materials %} {% endfor %}
Name Unit price Amount Volume Total value
{{ stored_moon_material.product.name }} {% goo_price stored_moon_material.product %} ISK {{ stored_moon_material.amount }} {% widthratio stored_moon_material.product.volume 1 stored_moon_material.amount %} m3 {% goo_price stored_moon_material.product stored_moon_material.amount %} ISK
{% endif %}