{% extends "macwatch/base.html" %} {% load default_date_filter %} {% block content %}

Add mac watch

{% if macwatches %} {% for macwatch in macwatches %} {% comment %} {% endcomment %} {% endfor %}
Current mac watches
Mac Address Description Added by Created  
{{ macwatch.get_mac_addr }} {{ macwatch.description }} {{ macwatch.userid.name }} {{ macwatch.created|default_datetime }}{{ macwatch.created }}Delete
{% else %}

No active mac watches.

{% endif %} {% endblock %}