{% extends "radius/base.html" %} {% load report %} {% block content %}
{% if result %} {% for desc in field_desc %} {% endfor %} {% for row in result %} {% for field in row %} {% if not forloop.first %} {% endif %} {% endfor %} {% empty %} {% endfor %}
{{ desc }}
{{ field|safe }} View
No results found
{% else %}
Radius log search hints and information
{% endif %} {% endblock content %}