{% extends 'admin/change_list.html' %} {% load content_settings_admin %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block result_list %}
{% include "admin/content_settings/contentsetting/context_tags.html" %}
{% if preview_settings %}

Preview settings for {{ request.user }} are enabled:

{% for item in preview_settings %} {% endfor %}
Setting Value Actions
{{ item.name }}
{{ item.value }}
Remove

View On Site | Apply | Reset

{% endif %}
{{block.super}} {% endblock%} {% block footer %}{{ block.super }} {% content_settings_user_tags as user_tags %} {{user_tags|json_script:"USER_TAGS"}} {% endblock %}