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

{% trans "Interface Fabric Membership" %}

{% trans "Name" %}{{ object.name|placeholder }}
{% trans "Interface" %} {{ object.dcim_interface }}
{% trans "ACI Node" %} {{ object.aci_node }}
{% trans "Interface role" %}{{ object.get_interface_role_display }}
{% trans "Description" %}{{ object.description|placeholder }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/comments.html' %}
{% endblock %}