{% load evelinks %} {% load i18n %} {% if esi_fleet.has_open_esi_fleets %}

{% blocktranslate count esi_fleet.open_esi_fleets_list|length as open_esi_fleets %} You currently have an active ESI fleet under the following character: {% plural %} You currently have {{ open_esi_fleets }} active ESI fleets under the following characters: {% endblocktranslate %} *

{% blocktranslate count esi_fleet.open_esi_fleets_list|length as open_esi_fleets %} This fleet is already automatically tracked. {% plural %} These fleets are already automatically tracked. {% endblocktranslate %} {% translate "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." %})

{% translate "Close ESI Fleet Tracking" as translated_title %} {% include "afat/modals/general.html" with modal_name="cancelEsiFleet" modal_title=translated_title confirm_button_class="btn-danger" %} {% endif %}