{{ article.title }}
作者: {{ article.author }}
{% if user == article.author %}
·
删除文章
·
编辑文章
{% endif %}
浏览:{{ article.total_views }}
{{ article.body|safe }}
{% if user.is_authenticated %}
{% else %}
请登录后回复
{% endif %} {% load mptt_tags %}
共有{{ comments.count }}条评论
{% recursetree comments %}
{% with comment=node %}
{{ comment.user }} {% if comment.reply_to %} {{ comment.reply_to }} {% endif %}
回复 {{ comment.user }}: