{% extends 'buybackprogram/page.html' %} {% load i18n %} {% load humanize %} {% load django_bootstrap5 %} {% load static %} {% block details %} {% if selected_items %}
{% trans "Availability:" %} {% if program.is_corporation %}{{ program.owner.corporation }}{% else %}{{ program.owner.character.character }}{% endif %}
{% trans "I will pay:" %} {{ contract_net_total|floatformat:0 }} ISK
{% if tracking_number %}{% trans "Tracking number:" %} {{ tracking_number }}
{% endif %}| {% trans "Item" %} | {% trans "Quantity" %} | {% trans "Unit Price" %} | {% trans "Total" %} | {% trans "Notes" %} |
|---|---|---|---|---|
|
|
{{ item.quantity|intcomma }} | {{ item.unit_price|floatformat:2|intcomma }} ISK | {{ item.total_price|floatformat:2|intcomma }} ISK | {% for note in item.notes %} {% endfor %} |
| {% trans "Total" %} | {{ contract_net_total|floatformat:2|intcomma }} ISK | |||
| {% trans "Item" %} | {% trans "Group" %} | {% trans "Available" %} | {% trans "Reserved" %} | {% trans "Unit Price (ISK)" %} | {% trans "Quantity" %} | {% trans "Add" %} |
|---|
| {% trans "Item" %} | {% trans "Quantity" %} | {% trans "Unit Price" %} | {% trans "Total" %} | {% trans "Remove" %} |
|---|---|---|---|---|
| {% trans "No items selected yet." %} | ||||
| {% trans "Grand Total" %} | 0 ISK | |||