{% extends "ace/base.html" %} {% load widget_tweaks %} {% load pagination_tags %} {% block title %}
Endereço | Rede | Host | Obs | {% if perms.ace.can_change_ip or perms.ace.delete_ip %}Ações | {% endif %} {% autopaginate filter iplist_results as filter_list %} {% for ip in filter_list %}
---|---|---|---|---|
{{ ip.address }} | {{ ip.network }} | {{ ip.device }} | {{ ip.comments |default_if_none:""|truncatechars:30 }} | {% if perms.ace.can_change_ip %}{% if perms.ace.delete_ip %} {% endif %} | {% endif %}
Encontrado(s) {{ fc }} resultado(s)
Total de {{ title }}: {{ total }}