{% 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 }}
{% if can_edit %}{% translate "No loot added yet" %}
{% if can_edit %} {% if participants.count == 0 %} {% translate "Tip: Payouts will be calculated automatically whether you add participants before or after loot" %} {% endif %} {% endif %} {% endif %}| {% translate "Participant Pool" %}: | {{ payout_summary.total_payouts|isk_format_full }} |
| {% translate "Corp Share" %}: | {{ payout_summary.corp_final|isk_format_full }} |
| {% translate "Total" %}: | {{ payout_summary.total_loot|isk_format_full }} |
{% translate "To finalize this payout and automatically verify payments, you need to add an ESI token with wallet journal access." %}
{% translate "Required scope:" %} esi-wallet.read_character_journal.v1
{% translate "Without this scope, you must manually verify all payments before finalizing." %}
{% translate "Add ESI Token for" %} {{ wallet_scope_status.fc_character_name }}{% translate "This payout 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 Payout:" %} {% translate "When you're done making payments in EVE, click 'Finalize Payout' 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 payout policy, all ISK from this payout will go to the corporation. No participant payouts will be distributed." %}
{% translate "Add participants below to generate payouts. Payouts will be calculated automatically." %}
esi-fleets.read_fleet.v1 {% translate "scope for" %} {{ esi_status.fc_character_name }}
{% elif esi_status.can_import %}
{% translate "Join a fleet in EVE Online, then click 'Import ESI Fleet' to automatically add all members" %}
{% endif %}
{% endif %}
| {% translate "Main Character" %} | {% translate "Characters" %} | {% 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 %}