Name IP-address Category Type Organization #swp #gwp Up Availability (week) {% if netboxes %} {% for netbox in netboxes %} {{ netbox.sysname }} {{ netbox.ip }} {{ netbox.category.id }} {{ netbox.type.name }} {{ netbox.organization.description }} {{ netbox.get_swports|length }} {{ netbox.get_gwports|length }} {{ netbox.get_week_availability }} {% endfor %} {% endif %}