{% extends "ace/base.html" %} {% load widget_tweaks %} {% load pagination_tags %} {% block title %}
Nome | Ativo/Em uso | Fabricante | nº série | Plataforma | Sistema operacional | Máquina virtual | Patrimônio | Obs | {% if perms.ace.change_host or perms.ace.delete_host %}Ações | {% endif %} {% autopaginate filter hostlist_results as filter_list %} {% for host in filter_list %}||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{% elif host.hwtype = "wifi" %} | {% elif host.hwtype = "ap" %} | {% elif host.hwtype = "fw" %} | {% elif host.hwtype = "printer" %} | {% elif t = "printer" %} | {% elif host.hwtype = "router" %} | {% elif host.hwtype = "virt" %} | {% elif host.hwtype = "cftv" %} | {% elif host.hwtype = "cam" %} | {% elif host.hwtype = "voip" %} | {% elif host.hwtype = "media" %} | {% elif host.hwtype = "desktop" %} | {% elif host.hwtype = "storage" %} | {% else %} | {% endif %} {% if t = "printer" %} | {{ host.name }} | {% else %}{{ host.name }} | {% endif %} {% if host.active = True %}{% else %} | {% endif %} | {{ host.manufactorer|default_if_none:"" }} | {{ host.serial_number|default_if_none:""}} | {% if host.osplatform = "linux" %}{% elif host.osplatform = "windows" %} | {% elif host.osplatform = "bsd" %} | {% else %} | {% endif %} {% if host.os %} | {{ host.os }} | {% else %}{% endif %} {% if host.vm = True %} | {% else %} | {% endif %} | {{ host.ownerid|default_if_none:"" }} | {{ host.comments|default_if_none:"" }} | {% if perms.ace.change_host or perms.ace.change_printer %}{% if t = "printer" %} {% else %} {% endif %} {% if perms.ace.delete_host or perms.ace.delete_printer %} {% if t = "printer" %} {% else %} {% endif %} {% endif %} | {% endif %}
Encontrado(s) {{ fc }} resultado(s)
Total de hosts: {{ total }}