{% extends "ace/base.html" %} {% load widget_tweaks %} {% load pagination_tags %} {% block title %} Sistema Ace - Listagem de {{ title }} {% endblock %} {% block extra-css %} {% load staticfiles %} {% endblock %} {% block titulo %}

{{ title }}

{% endblock %} {% block conteudo1 %}

{% if filter %} {% if perms.ace.change_switch or perms.ace.delete_switch %} {% endif %} {% autopaginate filter switchlist_results as filter_list %} {% for switch in filter_list %} {% if switch.active = True %} {% else %} {% endif %} {% if perms.ace.change_switch or perms.ace.delete_switch %} {% endif %} {% endfor %}
Nome Ativo/Em uso Fabricante Modelo Nº série PatrimônioAções
13 {{ switch.name }}10{{ switch.manufactorer|default_if_none:"" }} {{ switch.devicemodel|default_if_none:"" }} {{ switch.serial|default_if_none:"" }} {{ switch.ownerid|default_if_none:"" }}   {% if perms.ace.delete_switch %} {% endif %}
{% paginate %}

Encontrado(s) {{ fc }} resultado(s)

Total de hosts: {{ total }}

{% else %} {% endif %}
{% if perms.ace.add_switch %} {% endif %}
{% endblock %} {% block extra-js %} {% load staticfiles %} {% endblock %}