{% extends "radius/base.html" %} {% load radius %} {% block content %}
{% if result %} {% for row in result %} {% empty %} {% endfor %}
Username Framed IP Address NAS IP Address Session start Session stop Duration
{{ row.acctstarttime }} {{ row.acctstoptime }} {{ row.acctsessiontime|time_from_seconds }} Details
No results found
Search summary

Total online time: {{ total_time|time_from_seconds }}
Total data sent: {{ total_sent|filesizeformat }}
Total received data: {{ total_received|filesizeformat }}
Total traffic: {{ total_sent|add:total_received|filesizeformat }}

{% else %}
Radius accounting search hints and information
{% endif %} {% endblock content %}