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

{% trans "Logical Interface Profile" %}

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