{% load i18n %} {% load humanize %} {% load moonmining %} {% if product_rows|length_is:"0" %}

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

{% else %} {% for product in moon.products_sorted %}

{{ product.ore_type.name }}  {{ product.ore_type.rarity_class.bootstrap_tag_html }}  {{ product.ore_type.extras.current_price|floatformat:"0"|intcomma|default:"?" }} {% translate 'ISK per unit' %}

{{ product.amount_percent|floatformat:"0" }}% {{ product.ore_type.name }}
{{ product.amount_percent|floatformat:"0" }}%

{{ product.total_price|formatisk:"b" }}
{% endfor %} {% endif %}

{% if moon.products_updated_at %} {% translate 'Last updated at' %} {% translate "App" as estimated_by %} {% blocktranslate with updated_at=moon.products_updated_at|datetime|default:"?" updated_by=moon.products_updated_by.profile.main_character|default:estimated_by %}{{ updated_at }} by {{ updated_by }}{% endblocktranslate %} {% else %} {% translate 'Not yet updated' %} {% endif %}