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

{% translate "Monthly moon products harvest" %}

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

{% translate "There is no survey for this moon in the database." %}

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