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

{% trans "uSeg Attribute" %}

{% 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 }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/comments.html' %}
{% endblock %}