{% load i18n %} {% load static %} {% load humanize %} {% load moonmining %}
{% if character_totals|length > 0 %} {% for record in character_totals %} {% endfor %}
Character Main Corporation Volume Price % Total Volume % Total Price
{{ record.character_name }} {{ record.main_name|default:"" }} {{ record.corporation_name|default:"" }} {{ record.character_total_volume|intcomma }} {{ record.character_total_price|formatisk:"m" }} {{ record.character_percent_volume }} {{ record.character_percent_value }}
TOTALS {{ total_volume|intcomma }} {{ total_value|formatisk:"m" }}
{% else %}

No data.

{% endif %}