{% load i18n %} {% load static %} {% load humanize %} {% load moonmining %}
{% if ledger|length > 0 %} {% for record in ledger %} {% endfor %}
Day Main Character Corporation Ore 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.ore_type.extras.refined_price|formatisk }} {{ record.quantity|intcomma }} {{ record.total_price|formatisk }}
{% else %}

No data.

{% endif %}