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

{% translate 'Current ore prices' %}

{% translate 'Name' %} {% translate 'Price (ISK)' %} {% translate 'Group' %} {% translate 'Rarity' %} {% translate 'Description' %}

{% translate 'Ore prices shown on this report are used for all calculations in this app.' %}

{% if use_reprocess_pricing %}

{% blocktranslate %}Ore prices are calculated as sum of it's reprocessed materials with a yield of {{ reprocessing_yield }}%.{% endblocktranslate %}

{% else %}

{% translate 'The Eve client prices (average prices) are used for ore prices.' %}

{% endif %}