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

Monthly moon products harvest

{% if moon.hourly_pull|length_is:"0" %}

There is no survey for this moon in the database.

{% else %} {% for product, amount in moon.hourly_pull.items %} {% endfor %}
Name Unit price Hourly amount Monthly Price
{{ product.name }} {% goo_price product %} ISK {{ amount }} {% goo_price product amount True %} ISK
{% endif %}