{% 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" %}