{% extends "theme_editor/base_list.html" %} {% load theme_editor_tags %} {% load theme_editor_filters %} {% block title %}{{ block.super }}{% trans 'Theme Picker' %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% trans "Theme Picker" %}

{% for theme in themes %} {% theme_detail theme current_theme%} {% endfor %} {% endblock %} {% block extra_body %} {{ block.super }} {% endblock %}