{% if not ajax %} {% if comment_info and not request.full_path.endswith('#context') %} {% endif %} {% if v %} {% include "award_modal.html" %} {% endif %}
{% endif %} {% macro single_comment(c, level=1) %} {% set ups=c.upvotes %} {% set downs=c.downvotes %} {% set score=ups-downs %} {% if v and (v.shadowbanned or v.admin_level > 1) %} {% set replies=c.replies3 %} {% else %} {% set replies=c.replies %} {% 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) %}