{% extends "info/room/base.html" %} {% block roominfo %}
Edit room Schedule Maintenance View room history
Roominfo
Location Description opt1 opt2 opt3 opt4 Position
{{ room.location.description }} {{ room.description }} {{ room.optional_1 }} {{ room.optional_2 }} {{ room.optional_3 }} {{ room.optional_4 }} {% if room.position %}{{ room.position|join:', ' }}{% endif %}
{% for netbox in all_netboxes %} {% endfor %}
Netboxes
Name IP-address Category Type Organization #swp #gwp Up Availability (week)
{{ netbox.sysname }} {{ netbox.ip }} {{ netbox.category.id }} {{ netbox.type.name }} {{ netbox.organization.description }} {{ netbox.get_swports|length }} {{ netbox.get_gwports|length }} {{ netbox.availability }}
{% endblock %}