{% load i18n %}
{% csrf_token %}
{% 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 %}