{% extends "default.html" %} {% set title=p.realtitle(v) %} {% set ups=p.upvotes_fuzzed %} {% set downs=p.downvotes_fuzzed %} {% set score=ups-downs %} {% if v %} {% set voted=p.voted if p.voted else 0 %} {% else %} {% set voted=-2 %} {% endif %} {% block title %} {% if comment_info and not comment_info.is_banned and not linked_comment.deleted_utc > 0 %} {{'@'+comment_info.author.username}} comments on "{{p.title}} - {{'SITE_NAME' | app_config}}" {% if comment_info.edited_utc %}{% endif %} {% if p.is_video %} {% endif %} {% if linked_comment.author.is_private %} {% endif %} {% else %} {{p.title}} - {{'SITE_NAME' | app_config}} {% if p.edited_utc %}{% endif %} {% if p.is_video %} {% endif %} {% if p.author.is_private %} {% endif %} {% endif %} {% endblock %} {% block pagetype %}thread{% endblock %} {% block actionsModal %} {% endblock %} {% block content %} {% if p.award_count("shit") %} {% set minbugs = 10*p.award_count("shit") if p.award_count("shit") <= 5 else 50 %} {% set maxbugs = 20*p.award_count("shit") if p.award_count("shit") <= 5 else 100 %} {% endif %} {% if p.award_count("stars") %} {% set sparkles = 10*p.award_count("stars") if p.award_count("stars") <= 5 else 50 %} {% endif %}
{% if not p.is_image and p.thumb_url and not p.embed_url %}
Unable to load image
{% endif %}
{% if p.active_flags %}
Reported by:

						
    {% for f in p.ordered_flags %} {% if not f.user.shadowbanned or (v and v.shadowbanned) %}
  • {{f.user.username}}{% if f.reason %}: {{f.reason | safe}}{% endif %} {% if v.admin_level==6 %}[remove]{% endif %}
  • {% endif %} {% endfor %}
{% endif %} {% if p.realurl(v) %}

{{title | safe}}

{% else %}

{{title | safe}}

{% endif %}
{% if p.realurl(v) %} {% if "streamable.com/" in p.realurl(v) %}

								
							{% elif "spotify.com/" in p.realurl(v) %}
								{% if "spotify.com/embed/" in p.realurl(v) %}
									{% set streamurl=p.realurl(v) %}
								{% else %}
									{% set streamurl=p.realurl(v).replace("spotify.com", "spotify.com/embed") %}
								{% endif %}
								
								


							{% elif not p.embed_url and not p.is_image and not p.is_video %}
								
									
{{p.domain|truncate(30, True)}}
{% endif %} {% endif %}
{% if p.is_image %}

							{% elif p.is_video %}
								

							{% endif %}
							{{p.realbody(v) | safe}}
						
{% if p.embed_url %} {% if p.domain == "twitter.com" and (v and v.theme.split("_")[0] in ["light", "coffee", "4chan"]) %} {% include "embeds/twitterlight.html" %} {% elif "twitter.com" in p.domain %} {% include "embeds/twitter.html" %} {% elif "youtu" in p.domain %} {% include "embeds/youtube.html" %} {% endif %} {% endif %}
{% if v and v.id==p.author_id and not v.is_suspended %} {% endif %} {% if p.embed_url and "http" not in p.embed_url %}
{{ p.embed_url | post_embed(v) | safe }}
{% endif %}
{% if v %}
{{score}}
{% else %}
{{score}}
{% endif %}
{% if not p.is_image and not p.is_video %}
{% endif %}
{% if v %} {% endif %}
        Comment
{% if not v and not p.is_banned %}
{% if p.comment_count >= 2 %}
Jump in the discussion.

No email address required.

Sign up Sign in
{% endif %} {% endif %} {% if p.replies %}
{% with comments=p.replies %} {% include "comments.html" %} {% endwith %}
{% elif not p.replies and p.deleted_utc == 0 %}

Be the first to comment!

{% if v %}

This comment section is a ghost town...

{% else %}

This comment section is a ghost town. Sign in

{% endif %}
{% endif %}
{% if v and v.id==p.author_id %} {% include "delete_post_modal.html" %} {% endif %} {% include "delete_comment_modal.html" %} {% endblock %} {% block GIFtoast %} {% endblock %} {% block GIFpicker %} {% if v %} {% include "gif_modal.html" %} {% include "emoji_modal.html" %} {% endif %} {% endblock %}