{% extends 'administration/base_admin.html' %} {% load i18n %} {% block title %}{% trans "Change website's theme" %}{% endblock %} {% block content %}
---------- {% for p in list_themes %} {{ p.title }} {% endfor %} {% csrf_token %}