{% load i18n %} {% load humanize %} {% load price_formats %} {% load static %}
| {% 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 %} |