{% extends "macwatch/base.html" %} {% load default_date_filter %} {% block content %} Add mac watch {% if macwatches %}
Mac Address | Description | Added by | Created | |
---|---|---|---|---|
{{ macwatch.get_mac_addr }} | {{ macwatch.description }} | {{ macwatch.userid.name }} | {{ macwatch.created|default_datetime }} | Delete |
No active mac watches.
{% endif %} {% endblock %}