{% extends "base.html" %} {% load cms_tags pytils_numeral humanize %} {% block page-title %}Негосударственные пенсионные фонды{% endblock %} {% block content-main %}

Негосударственные пенсионные фонды

{% comment %}{% endcomment %}
{% for first_char, fond_list in fonds.iteritems %}

{{ first_char }}

{% for fond in fond_list %}
{{ fond.name }}

Лицензия № {{ fond.license }}

{% endfor %}
{% if forloop.counter == 3 or forloop.counter == 6 %}
{% else %} {% if not forloop.last %}
{# Блок из 2 тизеров #} {% with teaser=teasers.next %} {% if teaser %} {% include "teasers/one_teaser.html" %} {% endif %} {% endwith %} {% with teaser=teasers.next %} {% if teaser %} {% include "teasers/one_teaser.html" %} {% endif %} {% endwith %}
{% endif %} {% endif %} {% endfor %}
{# Блок из 4 тизеров после всех нас.пунктов #} {% with teaser=teasers.next %} {% if teaser %} {% include "teasers/one_teaser.html" %} {% endif %} {% endwith %} {% with teaser=teasers.next %} {% if teaser %} {% include "teasers/one_teaser.html" %} {% endif %} {% endwith %}
{% with teaser=teasers.next %} {% if teaser %} {% include "teasers/one_teaser.html" %} {% endif %} {% endwith %} {% with teaser=teasers.next %} {% if teaser %} {% include "teasers/one_teaser.html" %} {% endif %} {% endwith %}
{# end div#fonds_abc tab #}
{# end div.tabs #}
{# end div.category-text #} {% endblock %} {% block content-left %}
{% placeholder "content-left" %}
{% endblock %} {% block colmask-wrapper-add-class %}leftmenu{% endblock %} {# ВАЖНЫЙ КЛАСС! #} {% block colmid-div-start %}{% endblock %} {% block colmid-div-end %}{% endblock %} {% block col3-right %}{% endblock %}