{% load static %} {% load template_filters %}
{% with themes=object.theme.all %} {% for theme in themes %} {% if theme.id in banner_themes %} {% endif %} {% endfor %} {% endwith %}