{% extends 'base.html' %} {% block main %} {% for msg in msgs %}{% include 'private_messages/item.html' %} {% empty %} {% endfor %}
Сообщение От кого Когда Do
Нет сообщений
{% include 'toolbar_page.html' with pag=msgs %}
{% endblock %}