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

{% trans "Switch ↔ Interface Profile Attachment" %}

{% trans "Switch Profile" %} {{ object.switch_profile.name }}
{% trans "Interface Profile" %} {{ object.interface_profile.name }}
{% trans "Fabric" %} {{ object.switch_profile.aci_fabric }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/comments.html' %}
{% endblock %}