{% if user.is_authenticated and user != node.created_by or user.is_superuser %}
{% if node == thread.op %}
{{ node.score }}
{% endif %}
{% endif %}
{{ node.content }}
{% if node.created_by == user or user.is_superuser %}
{% endif %}
{% if node.parent %}
{% endif %}
{% if user.is_superuser %}
{% if node == thread.op %}
{% endif %}
{% endif %}
{% if useRecursionTree and not node.is_leaf_node %}
{{ children }}
{% with node|missingRepliesCount:node.getChildrenList as missingCount %}
{% if missingCount %}