You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
232 B

{% load static %}
{% load template_filters %}
<div class="abn">
{% with themes=object.theme.all %}
{% for theme in themes %}
{% if theme.id in banner_themes %}
{% endif %}
{% endfor %}
{% endwith %}
</div>