{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% load i18n %} {% block breadcrumbs %} {{ block.super }} {% endblock breadcrumbs %} {% block content %}

{% trans "ACI Node" %}

{% trans "ACI Fabric" %} {{ object.aci_fabric|linkify }}
{% trans "ACI Pod" %} {{ object.aci_pod|linkify }}
{% trans "Name Alias" %} {{ object.name_alias|placeholder }}
{% trans "Description" %} {{ object.description|placeholder }}
{% trans "Node ID" %} {{ object.node_id }}
{% trans "Node" %} {{ object.node_object|linkify }} ({% trans object.node_object_type.name %})
{% trans "NetBox Tenant" %} {% if object.nb_tenant.group %} {{ object.nb_tenant.group|linkify }} / {% endif %} {{ object.nb_tenant|linkify|placeholder }}

{% trans "Infrastructure" %}

{% trans "Role" %} {% badge object.get_role_display bg_color=object.get_role_color %}
{% trans "Type" %} {% badge object.get_node_type_display bg_color=object.get_node_type_color %}
{% trans "TEP IP Address" %} {{ object.tep_ip_address|linkify|placeholder }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock content %}