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.
9 lines
387 B
9 lines
387 B
{% load static %}
|
|
{% load template_filters %}
|
|
<div class="abn">
|
|
{% if False|fourth %}
|
|
<a target="_blank" href="/redirect/redirect/21/"><img src="{% static 'client/img/partners/unnamed.gif' %}" alt="" /></a>
|
|
{% else %}
|
|
<a target="_blank" href="/redirect/redirect/23/"><img src="{% static 'client/img/partners/unnamed_1.gif' %}" alt="" /></a>
|
|
{% endif %}
|
|
</div> |