{% extends "exodus-template.html" %} {% block content %}

{{ object.name }}

Location

Description: {{ object.location.description }}
Longitude: {{ object.location.longitude }}
Latitude: {{ object.location.latitude }}
Master ip: {{ object.masterip }}

Interfaces

{% for nic in object.nic_set.all %}

iface: {{ nic.iface }}

status: {{ nic.status }}
type: {{ nic.type }}
description: {{ nic.shortdesc }}
ID: {{ nic.id }}
{% if nic.ssid %} SSID: {{ nic.ssid }}
Channel: {{ nic.channel }}
Antenna: {{ nic.antenna }}
Polar: {{ nic.polar }}
Mode: {{ nic.mode }}
{% endif %} {% for interlink in nic.link1.all %} {% endfor %} {% for interlink in nic.link2.all %} {% endfor %} {% for omni in nic.omni.all %} {% endfor %} {% endfor %} {% endblock %}