{% extends 'aapayout/base.html' %} {% load i18n %} {% load humanize %} {% block details %}
| {% translate "Fleet" %}: | {{ 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" }} |
{% 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." %}