{% for otd in otdelen.otdels.all %} {% include "pensfonds/otdels/otdel.html" %} {% if forloop.counter == 3 %}
{% elif forloop.counter == 4 %}
{% for _ in "1234" %} {% with teaser=teasers.next %} {% if teaser %} {% include "teasers/one_teaser_city.html" %} {% endif %} {% endwith %} {% endfor %}
{% endif %} {% endfor %}