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

{% trans "ACI Contract Filter Entry" %}

{% trans "ACI Fabric" %} {{ object.aci_fabric|linkify }}
{% trans "ACI Tenant" %} {{ object.aci_tenant|linkify }}
{% trans "ACI Contract Filter" %} {{ object.aci_contract_filter|linkify }}
{% trans "Name Alias" %} {{ object.name_alias|placeholder }}
{% trans "Description" %} {{ object.description|placeholder }}

{% trans "Ethernet" %}

{% trans "Ether Type" %} {{ object.get_ether_type_display|placeholder }}

{% trans "Address Resolution Protocol" %}

{% trans "ARP Flags" %} {{ object.get_arp_opc_display|placeholder }}

{% trans "IP Protocol" %}

{% trans "IP Protocol" %} {{ object.get_ip_protocol_display|placeholder }}
{% trans "Match DSCP" %} {{ object.get_match_dscp_display|placeholder }}
{% trans "Match only fragments" %} {% checkmark object.match_only_fragments_enabled %}

{% trans "ICMP" %}

{% trans "ICMPv4 Type" %} {{ object.get_icmp_v4_type_display|placeholder }}
{% trans "ICMPv6 Type" %} {{ object.get_icmp_v6_type_display|placeholder }}

{% trans "TCP/UDP Port range" %}

{% trans "Source Port from" %} {{ object.get_source_from_port_display|placeholder }}
{% trans "Source Port to" %} {{ object.get_source_to_port_display|placeholder }}
{% trans "Destination Port from" %} {{ object.get_destination_from_port_display|placeholder }}
{% trans "Destination Port to" %} {{ object.get_destination_to_port_display|placeholder }}

{% trans "TCP settings" %}

{% trans "Stateful" %} {% checkmark object.stateful_enabled %}
{% trans "Rules" %} {{ object.get_tcp_rules_display|join:", "|placeholder }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock content %}