{% extends 'fleet/base.html' %} {% block page_title %}Sessions{% endblock %} {% block base_content %}

Session history

{% include 'fleet/session-table.html' %}
{% include 'fleet/pagination.html' %}
{% endblock %}