{% extends "radius/base.html" %} {% load crispy_forms_tags %} {% load radius %} {% block content %}
Pos. | Username | Transferred | Time |
---|---|---|---|
{{ forloop.counter }} | {{ row.username|default:"" }} | {{ row.sortfield|filesizeformat }} | {{ row.acctsessiontime|time_from_seconds }} |
"There are three types of lies - lies, damn lies, and statistics." Mark Twain
Shows data from sessions that have ended, with an explicit
Stop
message. Top talkers lists sessions using the end
time , but the data could actually have been transferred before
this period.