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