{% load django_bootstrap5 %} {% load i18n %} {% load evelinks %}
{% translate "Create a FAT link using ESI" %}

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

{% blocktranslate %} This will start tracking your fleet automatically and add pilots to it as they join until the fleet is either closed in-game (meaning you leave the fleet), or you stop the tracking here. {% endblocktranslate %}

{% include "afat/partials/fatlinks/open-esi-fleets.html" %}
{% csrf_token %} {% bootstrap_field esi_fatlink_form.name_esi %} {% if fleet_types_configured %} {% bootstrap_field esi_fatlink_form.type_esi %} {% endif %} {% bootstrap_field esi_fatlink_form.doctrine_esi %} {% include "afat/partials/form/required-field-hint.html" %}