{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
| {% trans "Name" %} | {{ object.name }} |
|---|---|
| {% trans "Alias" %} | {{ object.name_alias|placeholder }} |
| {% trans "Subject" %} | {{ object.aci_subject }} |
| {% trans "Filter" %} | {{ object.aci_filter }} |
| {% trans "Direction" %} | {{ object.get_direction_display }} |
| {% trans "Action" %} | {{ object.get_action_display }} |
| {% trans "Priority" %} | {{ object.get_priority_display }} |
| {% trans "Description" %} | {{ object.description|placeholder }} |