{% extends 'generic/object.html' %} {% load i18n %} {% load plugins %} {% block content %}
| {% trans "Name" %} | {{ object.name }} |
|---|---|
| {% trans "Address" %} | {{ object.address }} |
| {% trans "DNS Name" %} | {{ object.dns_name }} |
| {% trans "IP Range" %} | {{ object.ip_range }} |
| {% trans "Description" %} | {{ object.description|placeholder }} |
| {% trans "Tenant" %} | {% if object.tenant.group %} {{ object.tenant.group|linkify }} / {% endif %} {{ object.tenant|linkify|placeholder }} |