{% extends 'aapayout/base.html' %} {% load i18n %} {% load humanize %} {% load aapayout_filters %} {% block details %}
{% translate "Payout" %}: {{ loot_pool.fleet.name }}
{% translate "Valued at" %}: {{ loot_pool.valued_at|date:"Y-m-d H:i" }}
{% endif %}| {% translate "Item Name" %} | {% translate "Quantity" %} | {% translate "Unit Price" %} | {% translate "Total Value" %} |
|---|---|---|---|
| {{ item.name }} | {{ item.quantity|intcomma }} | {{ item.unit_price|isk_format_full }} | {{ item.total_value|isk_format_full }} |
| {% translate "Grand Total" %}: | {{ loot_pool.total_value|isk_format_full }} | ||
{% translate "No items in this loot pool yet" %}
{% endif %}{% translate "Payouts have been generated for this loot pool." %} {% translate "View payout details" %}
{{ loot_pool.raw_loot_text }}