39 lines
1.8 KiB
HTML
39 lines
1.8 KiB
HTML
{% load i18n %}
|
|
{% load static %}
|
|
|
|
<section class="profile" >
|
|
{# <div class="menu_buttons curtain left close" data-name="Меню">#}
|
|
{# {% include "blocks/profile/b_buttons_menu_profile.html" %}#}
|
|
{# <div class="handler_menu close" onclick="open_curtain('left')">#}
|
|
{# <img class="btns_f_curtain close left" src="{% static 'img/svg/arrow_f_curtain.svg' %}">#}
|
|
{# <div class="text_f_curtain left">Меню</div>#}
|
|
{# <img class="btns_f_curtain close right" src="{% static 'img/svg/arrow_f_curtain.svg' %}">#}
|
|
{# <div class="clear_both"></div>#}
|
|
{# </div>#}
|
|
{# </div>#}
|
|
<div class="dectop_var_f_btns_temp">
|
|
{% include "blocks/profile/b_buttons_menu_profile.html" %}
|
|
</div>
|
|
{##}
|
|
<div class="info_profile">
|
|
{% if not page_html %}
|
|
{% include "blocks/profile/b_profile_first_page.html" %}
|
|
{% else %}
|
|
{{ page_html|safe }}
|
|
{# {% include "blocks/profile/b_chats.html" %}#}
|
|
{# {% elif page == 'chat' %}#}
|
|
{# {% include "blocks/profile/b_chats.html" %}#}
|
|
{% endif %}
|
|
</div>
|
|
<div class="clear_both"></div>
|
|
{# <div class="menu_buttons curtain right close" data-name="Пользователи">#}
|
|
{# {% include "blocks/profile/b_buttons_menu_profile.html" %}#}
|
|
{# <div class="handler_menu close" onclick="open_curtain(null,'right')">#}
|
|
{# <img class="btns_f_curtain close left" src="{% static 'img/svg/arrow_f_curtain.svg' %}">#}
|
|
{# <div class="text_f_curtain left">Пользователи</div>#}
|
|
{# <img class="btns_f_curtain close right" src="{% static 'img/svg/arrow_f_curtain.svg' %}">#}
|
|
{# <div class="clear_both"></div>#}
|
|
{# </div>#}
|
|
{# </div>#}
|
|
</section>
|