{% load i18n %} {% load evelinks %}

{% translate "Create link using ESI" %}

{% blocktranslate %} This option will automatically register and track the entire fleet without member clicks. Use this if you are Fleet Boss, otherwise please use the clickable FAT link option. {% endblocktranslate %}

{% if esi_fleet.has_open_esi_fleets %}

{% translate 'You already have (a) registered fleet(s) under the following character(s):' %}*

    {% for open_esi_fleet in esi_fleet.open_esi_fleets_list %}
  • {{ open_esi_fleet.fleet_commander.character.character_name }} {{ open_esi_fleet.fleet_commander.character.character_name }} (ESI fleet ID: {{ open_esi_fleet.fleet_commander.esi_fleet_id }})
  • {% endfor %}

{% translate 'These fleets are already automatically tracked. However, you can still open more fleets with other alts, if that's what you like to do.' %}

((*) {% translate 'Note: Information about your registered fleets might be delayed by up to 5 minutes.' %})

{% endif %}
{% csrf_token %}
{% if link_types %}
{% endif %}