{% load base_filters %} {% load i18n %}
{% include "theme_editor/theme_color_palettes.html" %}
{% with MODULE_THEME_COLORVARS|split:";" as colorvars %} {% for colorvar in colorvars %} {% with colorvar|split:":" as coloritems %} {% if coloritems.0 %} {% endif %} {% endwith %} {% endfor %} {% endwith %}
{% csrf_token %}