{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
| {% trans "Name" %} | {{ object.name }} |
|---|---|
| {% trans "Alias" %} | {{ object.name_alias|placeholder }} |
| {% trans "Fabric" %} | {{ object.aci_fabric }} |
| {% trans "Description" %} | {{ object.description|placeholder }} |
| {% trans "NTP" %} | {% if object.ntp_policy %}{{ object.ntp_policy }}{% else %}{% trans "not set" %}{% endif %} |
|---|---|
| {% trans "Syslog" %} | {% if object.syslog_policy %}{{ object.syslog_policy }}{% else %}{% trans "not set" %}{% endif %} |
| {% trans "SNMP" %} | {% if object.snmp_policy %}{{ object.snmp_policy }}{% else %}{% trans "not set" %}{% endif %} |
| {% trans "SNMP Trap" %} | {% if object.snmp_trap_policy %}{{ object.snmp_trap_policy }}{% else %}{% trans "not set" %}{% endif %} |
| {% trans "BGP Route Reflector" %} | {% if object.bgp_rr_policy %}{{ object.bgp_rr_policy }}{% else %}{% trans "not set" %}{% endif %} |
| {% trans "COOP" %} | {% if object.coop_policy %}{{ object.coop_policy }}{% else %}{% trans "not set" %}{% endif %} |
| {% trans "IS-IS" %} | {% if object.isis_policy %}{{ object.isis_policy }}{% else %}{% trans "not set" %}{% endif %} |
| {% trans "Date/Time" %} | {% if object.datetime_policy %}{{ object.datetime_policy }}{% else %}{% trans "not set" %}{% endif %} |