{% if v %} {% include "award_modal.html" %} {% endif %} {% if v and v.admin_level == 6 %} {% endif %} {% include "expanded_image_modal.html" %} {% macro single_comment(c, level=1) %} {% if p and not (v and v.id==c.author_id) and (not v or v.highlightcomments) %} {% endif %} {% set ups=c.upvotes %} {% set downs=c.downvotes %} {% set score=ups-downs %} {% if v and (v.shadowbanned or v.admin_level == 6) %} {% set replies=c.replies3 %} {% else %} {% set replies=c.replies %} {% endif %} {% if (c.is_banned or c.deleted_utc > 0 or c.is_blocking or c.is_blocked) and not (v and v.admin_level>0) and not (v and v.id==c.author_id) %}