Are you sure you want to delete the prefix filter rule {{ object.name }}?
Rule Details:
- Name: {{ object.name }}
- Type: {{ object.get_filter_type_display }}
- Priority: {{ object.priority }}
{% if object.prefix_pattern %}
- Pattern:
{{ object.prefix_pattern }}
{% endif %}
- Length Filter: {{ object.get_prefix_length_filter_display }}
{% if object.description %}
- Description: {{ object.description }}
{% endif %}