{% extends 'generic/object_detail.html' %} {% load helpers %} {% block content_left_page %}
| Description | {{ object.description|placeholder }} |
| FQDN | {% if object.fqdn %} {{ object.fqdn }} {% else %} None {% endif %} |
| IP Range | {% if object.ip_range %} {{ object.ip_range }} {% else %} None {% endif %} |
| IP Address | {% if object.ip_address %} {{ object.ip_address }} {% else %} None {% endif %} |
| Prefix | {% if object.prefix %} {{ object.prefix }} {% else %} None {% endif %} |
| Status | {{ object.get_status_display }} |