mirror of https://github.com/r4sas/py-i2phosts
Hidden Z
14 years ago
3 changed files with 20 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||||||
|
{% extends "base.html" %} |
||||||
|
|
||||||
|
{% block content %} |
||||||
|
<table> |
||||||
|
<tr><td>Host</td><td>Last seen</td><td>Description</td> |
||||||
|
{% for host in host_list %} |
||||||
|
<tr><td>{{ host.name }}</td><td>{{ host.last_seen }}</td><td> |
||||||
|
{{ host.description }}</td></tr> |
||||||
|
{% endfor %} |
||||||
|
</table> |
||||||
|
{% endblock %} |
Loading…
Reference in new issue