{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
| {% trans "Name" %} | {{ object.name }} |
|---|---|
| {% trans "Alias" %} | {{ object.name_alias|placeholder }} |
| {% trans "Logical Node Profile" %} | {{ object.aci_logical_node_profile }} |
| {% trans "Interface type" %} | {{ object.get_interface_type_display }} |
| {% trans "Encap VLAN" %} | {{ object.encap_vlan|placeholder }} |
| {% trans "MTU" %} | {{ object.mtu|placeholder }} |
| {% trans "Description" %} | {{ object.description|placeholder }} |
| {{ iface.name }} |
| {% trans "No L3Out interfaces." %} |
| {{ peer.name }} |
| {% trans "No BGP peers." %} |
| {{ object.ospf_attachment }} |
| {% trans "No OSPF attachment." %} |