{% load i18n %} {% load humanize %} {% load price_formats %} {% load static %}
{% for item in contract_items %} {% endfor %}
{% trans "Name" %} {% trans "Quantity" %} {% trans "Note" %}
{{item.eve_type.name}} {{item.quantity|intcomma}} {% for note in item.notes %} {% endfor %}