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