{% trans "Family" %} |
IPv{{ object.family }} |
{% trans "VRF" %} |
{% if object.vrf %}
{{ object.vrf }}
{% else %}
{% trans "Global" %}
{% endif %}
|
{% trans "Tenant" %} |
{% if object.tenant.group %}
{{ object.tenant.group|linkify }} /
{% endif %}
{{ object.tenant|linkify|placeholder }}
|
{% trans "Aggregate" %} |
{% if aggregate %}
{{ aggregate.prefix }} ({{ aggregate.rir }})
{% else %}
{{ ''|placeholder }}
{% endif %}
|
{% if object.site.region %}
{% trans "Region" %} |
{% nested_tree object.site.region %}
|
{% endif %}
{% trans "Site" %} |
{{ object.site|linkify|placeholder }} |
{% trans "VLAN" %} |
{% if object.vlan %}
{% if object.vlan.group %}
{{ object.vlan.group|linkify }} /
{% endif %}
{{ object.vlan|linkify }}
{% else %}
{{ ''|placeholder }}
{% endif %}
|
{% trans "Status" %} |
{% badge object.get_status_display bg_color=object.get_status_color %} |
{% trans "Role" %} |
{{ object.role|linkify|placeholder }} |
{% trans "Description" %} |
{{ object.description|placeholder }} |
{% trans "Is a pool" %} |
{% checkmark object.is_pool %} |