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

{% translate "Logs" %}

{% blocktranslate %} Logs are only kept for {{ log_duration }} days. Logs older than that are removed automatically. {% endblocktranslate %}

{% endblock %} {% block afat_body %}
{% translate "Time" %} {% translate "Event" %} {% translate "User" %} {% translate "FAT link" %} {% translate "Description" %}
{% 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-logs-js.html" %} {% include "bundles/filterdropdown-js.html" %} {% endblock %}