{% extends "ace/base.html" %} {% load widget_tweaks %} {% load pagination_tags %} {% block title %}
Número/Identificação | Rack | Local | Portas | {% if perms.ace.change_patchpanel or perms.ace.delete_patchpanel %}Ações | {% endif %} {% autopaginate filter patchpanellist_results as filter_list %} {% for patchpanel in filter_list %}
---|---|---|---|---|
{{ patchpanel.num }} | {{ patchpanel.rack.name }} | {{ patchpanel.rack.place }} | {{ patchpanel.ports }} | {% if perms.ace.change_patchpanel %}{% if perms.ace.delete_patchpanel %} {% endif %} | {% endif %}
Encontrado(s) {{ fc }} resultado(s)
Total de {{ title }}: {{ total }}