{% load static %} {% if themes|length == 1 %} {% for t in themes.values %} {% for css in t %} {% endfor %} {% endfor %} {% elif theme %} {% for css in theme %} {% endfor %} {% else %} {% endif %}