{% extends "afat/base.html" %} {% load i18n %} {% block page_title %}{% translate "Fleet Activity" %}{% endblock %} {% block afat_header %}
{% include "afat/partials/menu.html" %}

{% translate "Create a FAT Link" %}

{% endblock %} {% block afat_body %}
{% include "afat/partials/fatlinks/add/esi_link.html" %} {% include "afat/partials/fatlinks/add/clickable_link.html" %}
{% endblock %} {% block extra_css %} {% include "afat/bundles/afat-css.html" %} {% endblock %} {% block extra_javascript %} {% include "afat/bundles/afat-js.html" %} {% endblock %}