{% 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' %}
{% 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 %}