{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block content %}
Saved Filter
Name {{ object.name }}
Description {{ object.description|placeholder }}
User {{ object.user|placeholder }}
Enabled {% checkmark object.enabled %}
Shared {% checkmark object.shared %}
Weight {{ object.weight }}
Assigned Models
{% for ct in object.content_types.all %} {% endfor %}
{{ ct }}
{% plugin_left_page object %}
Parameters
{{ object.parameters|json }}
{% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}