{% if not ajax %} {% if comment_info and not request.full_path.endswith('#context') %} {% endif %}
{% include 'usernote.html' %} {% endif %} {# "level" represents the nested level in this call; always starts at 1 #} {# this is distinct from "comment.level", which is the global depth of this comment #} {% macro single_comment(c, level) %} {% if c.should_hide_score %} {% set ups="" %} {% set downs="" %} {% set score="" %} {% else %} {% set ups=c.upvotes %} {% set downs=c.downvotes %} {% set score=c.score %} {% endif %} {% if v and (v.shadowbanned or v.admin_level > 1) %} {% set replies=c.replies_ignoring_shadowbans %} {% else %} {% set replies=c.replies(v) %} {% endif %} {% if (c.is_banned or c.deleted_utc or c.is_blocking) and not (v and v.admin_level > 1) and not (v and v.id==c.author_id) %}