{% extends 'aapayout/base.html' %} {% load i18n %} {% load humanize %} {% load aapayout_filters %} {% block details %}
{{ fleet.fleet_commander.username }} | {{ fleet.fleet_time|date:"Y-m-d H:i" }}
{{ loot_pool.items.count }} {% translate "items" %} {% translate "valued at" %} {{ loot_pool.total_value|isk_format_full }}
{% translate "No loot added yet" %}
{% if can_edit %} {% translate "Add Loot" %} {% if participants.count == 0 %} {% translate "Tip: Payouts will be calculated automatically whether you add participants before or after loot" %} {% endif %} {% endif %} {% endif %}{% translate "This fleet was finalized by" %} {{ fleet.finalized_by.username }} {% translate "on" %} {{ fleet.finalized_at|date:"Y-m-d H:i" }}.
{% translate "Wallet verification has been run to automatically verify payments. Check the 'Verified' badges in the Participants table below to see verification status." %}
{% translate "To pay participants, use the action buttons in the Participants table below:" %}
{% translate "Note:" %} {% translate "Payouts are automatically recalculated when you add, remove, or change participants." %}
{% translate "Finalize Fleet:" %} {% translate "When you're done making payments in EVE, click 'Finalize Fleet' above to automatically verify all payments via ESI wallet journal." %}
{% translate "The loot value results in individual shares below 100M ISK per participant. As per fleet policy, all ISK from this fleet will go to the corporation. No participant payouts will be distributed." %}
{% translate "Add participants to the fleet below to generate payouts. Payouts will be calculated automatically." %}
| {% translate "Main Character" %} | {% translate "Characters in Fleet" %} | {% translate "Status" %} | {% if payout_map %}{% translate "Payout Amount" %} | {% endif %} {% if can_edit %}{% translate "Scout" %} | {% translate "Exclude" %} | {% translate "Actions" %} | {% endif %}
|---|---|---|---|---|---|---|
| {{ main_char.name }} | {% if group.participants|length > 1 %} {{ group.participants|length }} {% translate "characters" %} {% for p in group.participants %} {{ p.character.name }}{% if not forloop.last %}, {% endif %} {% endfor %} {% else %} {{ first_participant.character.name }} {% endif %} | {% if first_participant.is_active %} {% translate "Active" %} {% else %} {% translate "Left" %} {% endif %} | {% if payout_map %}{% if main_char_id in payout_map %} {{ payout_map|get_item:main_char_id|isk_format_full }} {% if group.is_scout %} {% translate "Scout" %} {% endif %} {% else %} — {% endif %} | {% endif %} {% if can_edit %}
{% if main_char_id in existing_payouts %}
{% with payout_obj=existing_payouts|get_item:main_char_id %}
{% if not payout_obj.verified and not fleet.finalized %}
{% endif %}
{% if payout_obj.verified %}
{% translate "Verified" %}
{% else %}
{% translate "Pending" %}
{% endif %}
|
{% endif %}
{% translate "No participants added yet" %}
{% if can_edit %} {% endif %} {% endif %}