{% extends 'base.html' %} {% block title %}Authentication Stats{% endblock %} {% block content %}

Authentication Stats

Recent Access-Accept

{% for entry in accept_entries %} {% endfor %}
MAC Address Description Vendor Time
{{ entry.mac_address }} {{ entry.description or '' }} {{ entry.vendor }} {{ entry.ago }}

Recent Access-Reject

{% for entry in reject_entries %} {% endfor %}
MAC Address Description Vendor Time Actions
{{ entry.mac_address }} {{ entry.description or '' }} {{ entry.vendor }} {{ entry.ago }} {% if entry.already_exists %} Already exists in VLAN {{ entry.existing_vlan or 'unknown' }} {% else %}
{% endif %}
{% endblock %}