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

{% trans "Subject Filter" %}

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