{% extends "afat/base.html" %} {% load i18n %} {% block page_title %} {% translate "Fleet activity tracking logs" as page_title %} {{ page_title|title }} {% endblock %} {% block afat_header %} {% translate "Logs" as site_title %} {% include "framework/header/page-header.html" with title=site_title %} {% endblock %} {% block afat_body %}
{% translate "Time" %} | {% translate "Event" %} | {% translate "User" %} | {% translate "FAT link" %} | {% translate "Description" %} |
---|
{% blocktranslate count log_duration as duration %} Logs are kept for {{ duration }} day. Logs older than that are removed automatically. {% plural %} Logs are kept for {{ duration }} days. Logs older than that are removed automatically. {% endblocktranslate %}
{% endblock %} {% block extra_css %} {% include "bundles/datatables-css-bs5.html" %} {% include "afat/bundles/afat-css.html" %} {% endblock %} {% block extra_javascript %} {% include "bundles/datatables-js-bs5.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 %}