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.
112 lines
4.7 KiB
112 lines
4.7 KiB
{% extends "base.html" %}
|
|
|
|
{% block page-title %}Вопрос принят{% endblock %}
|
|
|
|
{% block custom_breadcrumbs %}
|
|
<li class="li-2"><a href="{% if request.is_secure %}https{% else %}http{% endif %}://{{ request.get_host }}{% url 'guestbook-index' %}">Ответы на вопросы</a> / </li>
|
|
{% endblock %}
|
|
|
|
|
|
{% block content-main %}
|
|
<div class="category-text">
|
|
<div class="category-desc" style="margin-top: 20px;">
|
|
<p>Спасибо за ваш вопрос.</p>
|
|
|
|
<p>Как только ответ на него будет готов, мы опубликуем его в разделе "<a href="{% if request.is_secure %}https{% else %}http{% endif %}://{{ request.get_host }}{% url 'guestbook-index' %}">Ответы на вопросы</a>" и сообщим вам об этом по электронной почте (если вы указали её адрес).</p>
|
|
|
|
<div class="row1">
|
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
<!-- ПФ - вопросы -->
|
|
<ins class="adsbygoogle"
|
|
style="display:inline-block;width:728px;height:90px"
|
|
data-ad-client="ca-pub-1611834627309058"
|
|
data-ad-slot="1047057911"></ins>
|
|
<script>
|
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
</script>
|
|
</div>
|
|
|
|
<p>Вам нравится сайт "Пенсионный Фонд .RU"?</p>
|
|
|
|
<p style="float: left;margin-top: 6px;">Добавьте его <a rel="sidebar" onclick="window.external.AddFavorite('{% if request.is_secure %}https{% else %}http{% endif %}://{{ request.get_host }}/', 'Пенсионный Фонд .RU'); return false;" href="{% if request.is_secure %}https{% else %}http{% endif %}://{{ request.get_host }}/" title="Пенсионный Фонд .RU">в закладки</a> и посоветуйте друзьям:
|
|
<script type="text/javascript">(function() {
|
|
if (window.pluso)if (typeof window.pluso.start == "function") return;
|
|
if (window.ifpluso==undefined) { window.ifpluso = 1;
|
|
var d = document, s = d.createElement('script'), g = 'getElementsByTagName';
|
|
s.type = 'text/javascript'; s.charset='UTF-8'; s.async = true;
|
|
s.src = ('https:' == window.location.protocol ? 'https' : 'http') + '://share.pluso.ru/pluso-like.js';
|
|
var h=d[g]('body')[0];
|
|
h.appendChild(s);
|
|
}})();</script>
|
|
<div class="pluso" data-background="transparent" data-options="medium,round,line,horizontal,nocounter,theme=01" data-services="vkontakte,odnoklassniki,facebook,twitter,google,email,print"></div>
|
|
</p>
|
|
|
|
<div class="clear"></div>
|
|
</div>
|
|
|
|
<div style="margin:10px 0;">
|
|
{% 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 %}
|
|
</div>
|
|
|
|
<div style="margin:10px 0;">
|
|
{% 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 %}
|
|
</div>
|
|
|
|
<div style="margin:10px 0;">
|
|
{% 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 %}
|
|
</div>
|
|
|
|
<div style="margin:10px 0;">
|
|
{% 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 %}
|
|
</div>
|
|
</div> {# end div.category-text #}
|
|
{% endblock %}
|
|
|
|
|
|
{% block colmask-wrapper-add-class %}leftmenu{% endblock %} {# ВАЖНЫЙ КЛАСС! #}
|
|
|
|
{% block colmid-div-start %}{% endblock %}
|
|
|
|
{% block colmid-div-end %}{% endblock %}
|
|
|
|
{% block col3-right %}{% endblock %}
|
|
|