{% extends "base.html" %} {% load utility_tags %} {% block page-title %}Ответы на вопросы{% endblock %} {% block content-main %}

Ответы на вопросы

Мы ответим на любые вопросы, касающиеся пенсионной системы в России. Отправьте вопрос через форму ниже и, как только ответ на него будет готов, мы опубликуем вопрос с ответом на этой странице. Уведомление о том, что ответ получен придёт на указанный вами адрес электронной почты.

{% include "guestbook/form.html" %}
{% 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 %}
{% for obj in page.object_list %}
{{ obj.name }}
{% if obj.pub_date %} {{ obj.pub_date|date:"d.m.Y" }}, {{ obj.pub_date|time:"H:i" }} {% else %} {{ obj.created_at|date:"d.m.Y" }}, {{ obj.created_at|time:"H:i" }} {% endif %}
{{ obj.message|linebreaks }}
{% if obj.reply %}
{{ obj.reply|safe|urls_to_links|linebreaks }}
{% endif %} {% if forloop.counter|divisibleby:3 %} {% include "guestbook/inner_banners.html" with block_id=forloop.counter %} {% else %}
{% 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 %} {% endfor %} {% if page.has_other_pages %} {% endif %}
{# end div.category-text #} {% endblock %} {% block pre_footer %}{% endblock %} {% block colmask-wrapper-add-class %}leftmenu{% endblock %} {# ВАЖНЫЙ КЛАСС! #} {% block colmid-div-start %}{% endblock %} {% block colmid-div-end %}{% endblock %} {% block col3-right %}{% endblock %}