{% extends 'allianceauth/base.html' %} {% load i18n %} {% load bootstrap %} {% load static %} {% block page_title %}{% trans 'Fleet Activity' %}{% endblock %} {% block content %}
▪ {% trans "FAT Link Created!" %}
▪ {% trans "FATs have been queued, they may take a few mins to show up." %}
{% trans "Something went wrong!" %}
▪ {% trans "Clickable FAT Link Created!" %}
▪ {% trans "Make sure to give your fleet members the following link to click so that they get credit for this fleet." %}
{% if link_ongoing %}▪ Link: {{ request.scheme }}://{{ request.get_host }}{% url 'imicusfat:link_click' link.hash %}
{% endif %}{% trans "Fleet name successfully changed." %}
{% trans "Manual FAT processed." %}
{% trans "Manual FAT processing failed! The character name you entered was not found." %}
{% trans "Is someone missing from the list of FATs? Use this form to add them." %}
{% trans "Note:" %} {% trans "This action is logged!" %}