{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block content %}
| Name | Match Type | Pattern | Action | Require Serial Match | Enabled | Description |
|---|---|---|---|---|---|---|
| {{ object.name }} | {{ object.get_match_type_display }} | {% if object.match_type == "serial_matches_device" %}—{% else %}{{ object.pattern }}{% endif %} |
{{ object.get_action_display }} | {% if object.match_type == "serial_matches_device" %}—{% elif object.require_serial_match_parent %}Yes{% else %}No{% endif %} | {% if object.enabled %}Yes{% else %}No{% endif %} | {{ object.description|default:"—" }} |