{% load i18n %} {% load static %} {% load humanize %} {% load moonmining %}
Day | Main | Character | Corporation | Ore | Total Volume | Unit Price | Quantity | Total Price |
---|---|---|---|---|---|---|---|---|
{{ record.day }} | {{ record.user.profile.main_character.character_name }} | {{ record.character.name }} | {{ record.corporation.name }} | {{ record.ore_type.name }} | {{ record.total_volume|intcomma }} | {{ record.ore_type.market_price.average_price|floatformat:"0"|intcomma }} | {{ record.quantity|intcomma }} | {{ record.total_price|formatisk:"m" }} |
TOTALS | {{ total_volume|intcomma }} | {{ total_value|formatisk:"m" }} |
No data.
{% endif %}