{% extends 'aapayout/base.html' %} {% load i18n %} {% load humanize %} {% block details %}

{% translate "ESI Fleet Import Results" %}

{% translate "Back to Payout" %}
{% translate "Import Completed Successfully" %}

{{ esi_import.characters_found }}

{% translate "Characters Found" %}

{{ esi_import.characters_added }}

{% translate "Added to Payout" %}

{{ esi_import.characters_skipped }}

{% translate "Already in Payout" %}

{{ esi_import.unique_players }}

{% translate "Unique Players" %}
{% translate "Import Details" %}
{% translate "Payout" %}: {{ fleet.name }}
{% translate "ESI Fleet ID" %}: {{ esi_import.esi_fleet_id }}
{% translate "Imported By" %}: {{ esi_import.imported_by.username }}
{% translate "Import Time" %}: {{ esi_import.imported_at|date:"Y-m-d H:i:s" }}
{% if esi_import.characters_found != esi_import.unique_players %}
{% translate "Character Deduplication" %}

{% blocktranslate with total=esi_import.characters_found unique=esi_import.unique_players %} The import found {{ total }} characters in the ESI fleet, but identified {{ unique }} unique players. {% endblocktranslate %}

{% translate "Why?" %} {% translate "Some players brought multiple characters (alts) to the fleet. The payout system automatically groups alts by main character to ensure each human player receives only one payout." %}

{% endif %}
{% translate "Next Steps" %}
  1. {% translate "Review participants" %}: {% translate "Check the participant list" %} {% translate "to ensure all fleet members were imported correctly." %}
  2. {% translate "Mark scouts" %}: {% translate "If any participants were scouts, mark them in the participant list to apply the scout bonus (+10% ISK)." %}
  3. {% translate "Add loot" %}: {% translate "Go to the payout page" %} {% translate "and click 'Add Loot' to paste loot for valuation." %}
  4. {% translate "Calculate payouts" %}: {% translate "Once loot is valued and approved, the system will calculate payouts for all unique players." %}
{% endblock %}