{% extends 'allianceauth/base.html' %} {% load i18n %} {% block page_title %}{% trans 'Fleet Activity' %}{% endblock %} {% block content %}

{% include "afat/menu.html" %}

{% trans "Create a FAT Link" %}

{% if msg %} {% endif %}

{% trans "Create link using ESI" %}

{% trans "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." %}

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

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

{% trans "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 %}