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

{% translate "All FAT Links" %}

{% endblock %} {% block afat_body %}

{{ year }} {% if year_next <= year_current %} {% endif %}

{% if msg %} {% endif %}
{% if permissions.fatlinks.manipulate %} {% endif %}
{% include "afat/modals/delete-fat-link.html" %} {% endblock %} {% block extra_css %} {% include 'bundles/datatables-css.html' %} {% endblock %} {% block extra_javascript %} {% include 'bundles/datatables-js.html' %} {% include 'bundles/moment-js.html' with locale=True %} {% endblock %}