{% extends 'generic/object.html' %} {% load buttons %} {% load static %} {% load helpers %} {% load plugins %} {% block content %}
IpAddress | {{ object.ipaddress }} | |
---|---|---|
Software Product | {{ object.software_product }} | |
Version | {{ object.version }} | |
Owner | {% if object.ipaddress.contacts.first %}{{ object.owner }}, {{ object.ipaddress.contacts.first.contact }} | {% else %}{{ object.owner }} | {% endif %}