{% extends 'fleet/base.html' %} {% load humanize %} {% block page_title %}{{ sessions_username }} sessions {% endblock %} {% block base_content %}
{% include "fleet/userprofile-navbar.html" %}

Session history

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