{{_("Description")}} | {{_("Unit price")}} | {{_("Quantity")}} | {{_("Price")}} |
{% if item.description %}
{{item.title}} {% if item.description.startswith("<") %} {{item.description}} {% else %} {{restify(item.description)}} {% endif %} {% else %}{{item.title}} {% endif %} |
{{item.unit_price or ''}} | {% if item.unit_price %} {{item.qty}} {% endif %} | {{item.total_incl or ''}} |
{% if obj.due_date %}
{{_("Due date")}} : {{fds(obj.due_date)}}
{% endif %}
{% if obj.payment_term %}
{{_("Payment terms")}} : {{obj.payment_term}}
{% endif %}