{% load i18n %} {% load humanize %} {% load price_formats %} {% load static %}
{% for item in tracking_items %} {% endfor %}
{% trans "Name" %} {% trans "Quantity" %} {% trans "Buy value" %} {% trans "Note" %}
{{item.eve_type.name}} {{item.quantity|intcomma}} {{item.buy_value|floatformat:0|intcomma}} ISK {% for note in item.notes %} {% endfor %}