{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
| {% trans "Gateway IP" %} | {{ object.gateway_ip }} |
|---|---|
| {% trans "Bridge Domain" %} | {{ object.aci_bridge_domain }} |
| {% trans "NetBox prefix" %} | {% if object.nb_prefix %}{{ object.nb_prefix }}{% else %}{{ ''|placeholder }}{% endif %} |
| {% trans "Scope" %} | {% if object.scope_public %}public{% endif %} {% if object.scope_shared %}shared{% endif %} {% if object.scope_private %}private{% endif %} |
| {% trans "Primary" %} | {{ object.is_primary|yesno }} |
| {% trans "Description" %} | {{ object.description|placeholder }} |