{% extends 'generic/object.html' %} {% load buttons %} {% load static %} {% load helpers %} {% load plugins %} {% block content %}
Software Product Installation
{% if object.ipaddress.contacts.count >= 1 and object.owner.strip != "" %} {% elif object.ipaddress.contacts.count >= 1 and object.owner.strip == "" %} {% else %} {% endif %}
IpAddress {{ object.ipaddress }}
Software Product {{ object.software_product }}
Version {{ object.version }}
Owner{{ object.owner }}, {% for contact in object.ipaddress.contacts.all %} {{ contact.contact }}{% if not forloop.last %}, {% endif %} {% endfor %} {% for contact in object.ipaddress.contacts.all %} {{ contact.contact }}{% if not forloop.last %}, {% endif %} {% endfor %} {{ object.owner }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% plugin_left_page object %}
{% plugin_full_width_page object %}
{% endblock %}