{% 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 "Speed" %} | {{ object.get_speed_display }} |
| {% trans "Auto negotiation" %} | {{ object.get_auto_negotiation_display }} |
| {% trans "Link debounce (ms)" %} | {{ object.link_debounce_interval_ms }} |
| {% trans "FEC mode" %} | {{ object.get_fec_mode_display }} |
| {% trans "Description" %} | {{ object.description|placeholder }} |