{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}

{% trans "Link Level Policy" %}

{% 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 }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/comments.html' %}
{% endblock %}