{% if v %} {% include "award_modal.html" %} {% endif %} {% if v and v.admin_level > 1 %} {% 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 > 1) %} {% set replies=c.replies3 %} {% else %} {% set replies=c.replies %} {% endif %} {% if (c.is_banned or c.deleted_utc > 0 or c.is_blocking) and not (v and v.admin_level>0) and not (v and v.id==c.author_id) %}
{% if render_replies %} {% if level<10 %}
{% set standalone=False %} {% for reply in replies %} {{single_comment(reply, level=level+1)}} {% endfor %}
{% elif "notifications" in request.path %} {% elif replies %} {% endif %} {% endif %}
{% else %} {% set score=c.score %} {% if v %} {% set voted=c.voted %} {% else %} {% set voted=-2 %} {% endif %} {% if standalone and level==1 %}
{% if c.post and c.post.over_18 %} +18 {% endif %}
{% if c.post %} {% if c.author_id==v.id and c.child_comments and is_notification_page%} Comment {{'Replies' if (c.child_comments | length)>1 else 'Reply'}}: {{c.post.realtitle(v) | safe}} {% elif c.post.author_id==v.id and c.level == 1 and is_notification_page%} Post Reply: {{c.post.realtitle(v) | safe}} {% elif is_notification_page and c.parent_submission in v.subscribed_idlist() %} Subscribed Thread: {{c.post.realtitle(v) | safe}} {% elif is_notification_page %} Username Mention: {{c.post.realtitle(v) | safe}} {% else %} {{c.post.realtitle(v) | safe}} {% endif %} {% elif c.author_id==NOTIFICATIONS_ID or c.author_id==AUTOJANNY_ID %} {{'SITE_NAME' | app_config}} Notification {% else %} {% if c.sentto == 0 %} Sent to admins {% else %} Sent to @{{c.senttouser.username}} {% endif %} {% endif %}
{% endif %}
{% if standalone or level==1 %} {% else %} {% endif %}
{% if c.active_flags %} {% endif %} {% if c.is_banned and c.ban_reason %}
Removed by @{{c.ban_reason}}
{% endif %}
{{c.realbody(v) | safe}} {% if c.options %} {% for o in c.options %}
{% endfor %}

				{% endif %}

				{% if c.author.sig_html and (c.author_id == 1904 or not (v and v.sigs_disabled)) %}
					
{{c.author.sig_html | safe}} {% endif %} {% if not c.parent_submission and c.author_id!=NOTIFICATIONS_ID and c.author_id!=AUTOJANNY_ID and c.author_id!=v.id %} Reply

					
				{% endif %}
			
{% if c.parent_submission %} {% if v and v.id==c.author_id %} {% include "/comments/CommentEditForm.html" %} {% endif %}
{% include "/comments/CommentActions.html" %}
{% endif %}
{% if render_replies %} {% if level<10 %}
{% for reply in replies %} {{single_comment(reply, level=level+1)}} {% endfor %}
{% elif replies and "notifications" in request.path %} {% elif replies %} {% endif %} {% endif %}
{% include "/modals/ModalCommentActions.html" %}
{% endif %} {% endmacro %} {% for comment in comments %} {{single_comment(comment)}} {% endfor %} {% if v %} {% include "gif_modal.html" %} {% include "emoji_modal.html" %} {% if v.admin_level > 1 %} {% include "ban_modal.html" %} {% endif %} {% include "/modals/ModalReportComment.html" %} {% endif %} {% if offset %} {% endif %}