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

{% translate "Recent Activity" %}

{% 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.html" %} {% include "afat/bundles/afat-css.html" %} {% endblock %} {% block extra_javascript %} {% include "bundles/datatables-js.html" %} {% include "bundles/moment-js.html" with locale=True %} {% include "afat/bundles/afat-js.html" %} {% include "afat/bundles/afat-dashboard-js.html" %} {% endblock %}