{% extends "macwatch/base.html" %} {% load date_and_time %} {% block content %} Add mac watch {% if macwatches %} {% for macwatch in macwatches %} {% endfor %}
Current mac addresses on watch
Mac Address Description Added by Created  
{{ macwatch.get_mac_addr }} {{ macwatch.description }} {{ macwatch.userid.name }} {{ macwatch.created|default_datetime }} Delete
{% else %}

No active mac watches.

{% endif %} {% endblock %}