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.
29 lines
1020 B
29 lines
1020 B
{% for otd in otdelen.otdels.all %}
|
|
{% include "pensfonds/otdels/otdel.html" %}
|
|
|
|
{% if forloop.counter == 2 %}
|
|
<div class="ya-banner295" style="display:block;width:295px;float:left; margin: 0 9px 0 0;">
|
|
<!-- Yandex.RTB R-A-143877-24 -->
|
|
<div id="yandex_rtb_R-A-143877-24"></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-24",
|
|
renderTo: "yandex_rtb_R-A-143877-24",
|
|
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>
|
|
{% endif %}
|
|
{% endfor %}
|
|
|