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.
19 lines
895 B
19 lines
895 B
{% load static %}
|
|
{% load template_filters %}
|
|
|
|
<div class="abn">
|
|
{% with r=False|random4 %}
|
|
{% ifequal r 0 %}
|
|
<a target="_blank" href="/redirect/redirect/57/"><img src="{% static 'client/img/partners/cemat15_900x130_bilet.gif' %}" alt="" /></a>
|
|
{% endifequal %}
|
|
{% ifequal r 1 %}
|
|
<a target="_blank" href="/redirect/redirect/58/"><img src="{% static 'client/img/partners/beach.png' %}" alt="" /></a>
|
|
{% endifequal %}
|
|
{% ifequal r 2 %}
|
|
<a target="_blank" href="/redirect/redirect/59/"><img src="{% static 'client/img/partners/mims15_900x130_bilet.gif' %}" alt="" /></a>
|
|
{% endifequal %}
|
|
{% ifequal r 3 %}
|
|
<a target="_blank" href="/redirect/redirect/61/"><img src="{% static 'client/img/partners/IPSA_2015_web_900x130.gif' %}" alt="" /></a>
|
|
{% endifequal %}
|
|
{% endwith %}
|
|
</div> |