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

{% trans "Theme Picker" %}

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