{% extends 'imicusfat/base.html' %} {% load i18n %} {% load static %} {% block page_title %}{% translate 'Fleet Activity' %}{% endblock %} {% block imicusfat_header %}
{% include "imicusfat/menu.html" %}

{% translate "Create a FAT Link" %}

{% endblock %} {% block imicusfat_body %} {% if msg %} {% endif %}

{% translate "Create link using ESI" %}

{% translate "This option will automatically register the entire fleet without member clicks. Use this if you are Fleet Boss, otherwise please use the clickable FATLink option." %}

{% if has_open_esi_fleet %}

{% blocktranslate %} You already have an open ESI fleet, which means that all pilots who join your fleet will be automatically registered. If you just left the fleet and want to open a new one, wait 1 minute to give the system time to update and try again. {% endblocktranslate %}

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

{% translate "Create a clickable FAT Link" %}

{% translate "This option will create a clickable like just like that created by the standard FAT module." %}

{{ form.errors }} {{ form.non_field_errors }}

{% csrf_token %}
{% if link_types %}
{% endif %}
{% endblock %} {% block extra_css %} {% endblock %}