{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block content %}
Scope Manufacturer Match Pattern Replacement Priority Description
{{ object.get_scope_display }} {% if object.manufacturer %}{{ object.manufacturer }}{% else %}—{% endif %} {{ object.match_pattern }} {{ object.replacement }} {{ object.priority }} {{ object.description|default:"—" }}
{% endblock %}