{% extends 'base.html' %} {% load comments %} {% block content %} {% for entry in entries %} {% get_comment_count for entry as comment_count %} {% with entry.user.get_profile as profile %}
{% if profile.avatar %} img {% else %} img {% endif %}

{{ entry.user }}

{{ entry.title }}

{{ entry.body|striptags }}

    Читать полностью
    {{ comment_count }} коммента риев


{% endwith %} {% endfor %} {% endblock %}