{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
| {% trans "Name" %} | {{ object.name }} |
|---|---|
| {% trans "Alias" %} | {{ object.name_alias|placeholder }} |
| {% trans "Tenant" %} | {{ object.aci_tenant }} |
| {% trans "Scope" %} | {{ object.get_scope_display }} |
| {% trans "QoS class" %} | {{ object.qos_class|placeholder }} |
| {% trans "Target DSCP" %} | {{ object.target_dscp|placeholder }} |
| {% trans "Description" %} | {{ object.description|placeholder }} |
| {{ s.name }} |
| {% trans "No subjects." %} |
| Role | Target |
|---|---|
| {{ r.get_role_display }} | {% if r.aci_endpoint_group %} {{ r.aci_endpoint_group.name }} {% elif r.aci_endpoint_security_group %} {{ r.aci_endpoint_security_group.name }} {% else %}—{% endif %} |
| {% trans "No relations." %} | |