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
366 B

{% load static %}
{% load template_filters %}
<div class="abn">
{% with themes=object.theme.all %}
{% for theme in themes %}
{% if theme.id in banner_themes %}
<a target="_blank" href="/redirect/redirect/24/"><img src="{% static 'client/img/partners/unnamed_2.gif' %}" alt="" /></a>
{% endif %}
{% endfor %}
{% endwith %}
</div>