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

{% trans "Switch Profile Selector" %}

{% trans "Name" %}{{ object.name }}
{% trans "Alias" %}{{ object.name_alias|placeholder }}
{% trans "Switch Profile" %} {{ object.switch_profile.name }}
{% trans "Fabric" %} {{ object.aci_fabric }}
{% trans "Selector type" %}{{ object.get_selector_type_display }}
{% trans "From node ID" %}{{ object.from_node_id|placeholder }}
{% trans "To node ID" %}{{ object.to_node_id|placeholder }}
{% trans "Description" %}{{ object.description|placeholder }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/comments.html' %}
{% endblock %}