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

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