{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
| {% trans "Name" %} | {{ object.name }} |
|---|---|
| {% trans "Endpoint Group" %} | {{ object.aci_endpoint_group }} |
| {% trans "Type" %} | {{ object.get_attribute_type_display }} |
| {% trans "Operator" %} | {{ object.get_match_operator_display }} |
| {% trans "Value" %} | {{ object.match_value }} |
| {% trans "Description" %} | {{ object.description|placeholder }} |