{% load_article_detail article False user %}
{% if article.type == 'a' %}
{% endif %}
{% if article.comment_status == "o" and OPEN_SITE_COMMENT %}
{% include 'comments/tags/comment_list.html' %}
{% if user.is_authenticated %}
{% include 'comments/tags/post_comment.html' %}
{% else %}
您还没有登录,请您登录后发表评论。
{% load oauth_tags %} {% load_oauth_applications request %}