{% extends "base.html" %} {% block content %} {% if current_user.is_authenticated %}
{% for item in post %}

{{item.name}}

{{item.text}}
{% for item2 in item.pos_emot.split('%$%') %} {{item2}} {% endfor %}
{% for item2 in item.nig_emot.split('%$%') %} {{item2}} {% endfor %}
{% for item2 in item.case.split('%$%') %} {{item2}} {% endfor %}
{% if item.photo != '' %}
{% endif %} {% if item.link != '' %} {% for item2 in item.link %} {% endfor %} {% endif %} {% if item.public == 1 %}
Запись опубликована
{% else %}
Запись приватная
{% endif %}
{{ current_user.name }}
{% endfor %}
{% else %}

Вы не авторизованы в системе

Поэтому вам не доступна страница личного дневника

Но вы можете посмотреть публикации других пользователей в разделе Главная или Публикации

{% endif %} {% endblock %}