{% extends "afat/base.html" %} {% load evelinks %} {% load i18n %} {% block page_title %} {% translate "Fleet activity tracking" as page_title %} {{ page_title|title }} {% endblock %} {% block afat_header %} {% translate "Recent activity" as site_title %} {% include "framework/header/page-header.html" with title=site_title %} {% endblock %} {% block afat_body %} {% include "afat/partials/dashboard/tabs-navigation.html" %}
{% include "afat/partials/dashboard/tabs/fats.html" %} {% include "afat/partials/dashboard/tabs/fatlinks.html" %}
{% translate "Delete FAT link" as translated_title %} {% include "afat/modals/general.html" with modal_name="deleteFatLink" modal_title=translated_title confirm_button_class="btn-danger" %} {% translate "Close ESI fleet tracking" as translated_title %} {% include "afat/modals/general.html" with modal_name="cancelEsiFleet" modal_title=translated_title confirm_button_class="btn-danger" %} {% endblock %} {% block extra_css %} {% include "bundles/datatables-css-bs5.html" %} {% include "afat/bundles/afat-css.html" %} {% endblock %} {% block extra_javascript %} {% translate "No recent FAT links" as dataTableNoFatlinksWarning %} {% include "bundles/datatables-js-bs5.html" %} {% include "bundles/moment-js.html" with locale=True %} {% include "afat/bundles/afat-js.html" %} {% include "afat/bundles/afat-dashboard-js.html" %} {% endblock %}