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.
42 lines
1.5 KiB
42 lines
1.5 KiB
{% for otd in otdelen.otdels.all %}
|
|
{% include "pensfonds/otdels/otdel.html" %}
|
|
|
|
{% if forloop.counter == 3 %}
|
|
<div class="ya-banner295" style="display:block;width:295px;float:left; margin: 0 9px 0 0;">
|
|
<!-- Yandex.RTB R-A-143877-25 -->
|
|
<div id="yandex_rtb_R-A-143877-25"></div>
|
|
<script type="text/javascript">
|
|
(function(w, d, n, s, t) {
|
|
w[n] = w[n] || [];
|
|
w[n].push(function() {
|
|
Ya.Context.AdvManager.render({
|
|
blockId: "R-A-143877-25",
|
|
renderTo: "yandex_rtb_R-A-143877-25",
|
|
horizontalAlign: false,
|
|
async: true
|
|
});
|
|
});
|
|
t = d.getElementsByTagName("script")[0];
|
|
s = d.createElement("script");
|
|
s.type = "text/javascript";
|
|
s.src = "//an.yandex.ru/system/context.js";
|
|
s.async = true;
|
|
t.parentNode.insertBefore(s, t);
|
|
})(this, this.document, "yandexContextAsyncCallbacks");
|
|
</script>
|
|
</div>
|
|
|
|
{% elif forloop.counter == 4 %}
|
|
|
|
<div class="teasers_275x350" style="display: block;width: 295px;height: 370px;float: left;padding: 0 5px 0 0;margin: 10px 2px 0 0;background: #fff;border: 1px solid #16a3e2;">
|
|
{% for _ in "1234" %}
|
|
{% with teaser=teasers.next %}
|
|
{% if teaser %}
|
|
{% include "teasers/one_teaser_city.html" %}
|
|
{% endif %}
|
|
{% endwith %}
|
|
{% endfor %}
|
|
</div>
|
|
|
|
{% endif %}
|
|
{% endfor %}
|
|
|