{% load_article_detail article False user %}
{% if article.type == 'a' %}
{% endif %}
{% if article.comment_status == "o" %}
{% comment %}{% load comments_tags %}
{% load_post_comment article from %}{% endcomment %}
{% include 'comments/tags/comment_list.html' %}
{% include 'comments/tags/post_comment.html' %}
{% endif %}