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

{% trans "ACI VRF" %}

{% trans "ACI Fabric" %} {{ object.aci_fabric|linkify }}
{% trans "ACI Tenant" %} {{ object.aci_tenant|linkify }}
{% trans "Name Alias" %} {{ object.name_alias|placeholder }}
{% trans "Description" %} {{ object.description|placeholder }}
{% trans "NetBox Tenant" %} {% if object.nb_tenant.group %} {{ object.nb_tenant.group|linkify }} / {% endif %} {{ object.nb_tenant|linkify|placeholder }}
{% trans "NetBox VRF" %} {{ object.nb_vrf|linkify|placeholder }}

{% trans "Policy Control Settings" %}

{% trans "Policy Control Enforcement Direction" %} {% badge object.get_pc_enforcement_direction_display bg_color=object.get_pc_enforcement_direction_color %}
{% trans "Policy Control Enforcement Preference" %} {% badge object.get_pc_enforcement_preference_display bg_color=object.get_pc_enforcement_preference_color %}
{% trans "Bridge Domain Enforcement" %} {% checkmark object.bd_enforcement_enabled %}
{% trans "Preferred Group" %} {% checkmark object.preferred_group_enabled %}

{% trans "Endpoint Learning Settings" %}

{% trans "IP Data Plane Learning" %} {% checkmark object.ip_data_plane_learning_enabled %}

{% trans "Multicast Settings" %}

{% trans "PIM (Multicast) IPv4" %} {% checkmark object.pim_ipv4_enabled %}
{% trans "PIM (Multicast) IPv6" %} {% checkmark object.pim_ipv6_enabled %}
{% include 'inc/panels/custom_fields.html' %}

{% trans "Additional Settings" %}

{% trans "DNS Labels" %} {{ object.dns_labels|join:", "|placeholder }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock content %}