{% extends "afat/base.html" %} {% load i18n %} {% block page_title %} {% translate "Fleet activity tracking" as page_title %} {{ page_title|title }} {% endblock %} {% block afat_header %}
{% include "afat/partials/menu.html" %}

{% translate "Create a FAT link" as site_title %} {{ site_title|title }}

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