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

{% trans "Static Port Binding" %}

{% trans "Name" %}{{ object.name|placeholder }}
{% trans "Alias" %}{{ object.name_alias|placeholder }}
{% trans "EPG" %} {{ object.aci_endpoint_group }}
{% trans "Interface" %} {{ object.dcim_interface }}
{% trans "Binding type" %}{{ object.get_binding_type_display }}
{% trans "Encap VLAN" %}{{ object.encap_vlan }}
{% trans "Mode" %}{{ object.get_mode_display }}
{% trans "Primary encap VLAN" %}{{ object.primary_encap_vlan|placeholder }}
{% trans "Deployment immediacy" %}{{ object.get_deployment_immediacy_display }}
{% trans "Description" %}{{ object.description|placeholder }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/comments.html' %}
{% endblock %}