{% extends "default.html" %} {% set ups=p.upvotes %} {% set downs=p.downvotes %} {% set score=ups-downs %} {% if v %} {% set voted=p.voted if p.voted else 0 %} {% else %} {% set voted=-2 %} {% endif %} {% block title %} {% if v and (v.id == p.author_id or v.admin_level == 6 and v.id in [1,28,995,2513]) %} {% endif %} {% if 'rama' not in request.host %} {% if v %} {% include "award_modal.html" %} {% include "emoji_modal.html" %} {% include "gif_modal.html" %} {% if v.admin_level == 6 %} {% include "ban_modal.html" %} {% endif %} {% endif %} {% include "expanded_image_modal.html" %} {% endif %} {% if p.award_count("shit") %} {% set minbugs = 10*p.award_count("shit") if p.award_count("shit") < 3 else 20 %} {% set maxbugs = 20*p.award_count("shit") if p.award_count("shit") < 3 else 40 %} {% endif %} {% if p.award_count("fireflies") %} {% set minbugs = 10*p.award_count("fireflies") if p.award_count("fireflies") < 3 else 20 %} {% set maxbugs = 20*p.award_count("fireflies") if p.award_count("fireflies") < 3 else 40 %} {% endif %} {% if comment_info and not comment_info.is_banned and not linked_comment.deleted_utc > 0 %} {{'@'+comment_info.author.username}} comments on "{{p.plaintitle(v)}} - {{'SITE_NAME' | app_config}}" {% if comment_info.edited_utc %}{% endif %} {% if p.url and p.url.lower().endswith('.mp4') %} {% endif %} {% if linked_comment.author.is_private %} {% endif %} {% else %} {{p.plaintitle(v)}} - {{'SITE_NAME' | app_config}} {% if p.author %}{% endif %} {% if p.edited_utc %}{% endif %} {% if p.author %}{% endif %} {% if p.url and p.url.lower().endswith('.mp4') %} {% endif %} {% if p.author %}{% endif %} {% if p.author.is_private %} {% endif %} {% endif %} {% endblock %} {% block pagetype %}thread{% endblock %} {% block actionsModal %} {% include "/modals/ModalSubmissionActions.html" %} {% endblock %} {% block subHeader %}

Thread

{% endblock %} {% block content %}
{% if not p.is_image and p.thumb_url and not p.embed_url %} {% endif %}
{% if p.active_flags %} {% endif %}
{{ p.author.username }} avatar
{% if v and v.admin_level==6 and p.author.shadowbanned %} {% endif %} {% if p.distinguish_level %} {% endif %} {% if p.is_bot %} {% endif %} {% if p.author.verified %} {% endif %} {% if p.author.customtitle %} {% if p.author.quadrant %} {% endif %} {{p.author.customtitle | safe}} {% endif %} {{p.age_string}} {% if p.edited_utc %} Edited {{p.edited_string}} {% endif %} {% if p.realurl(v) %} ({{p.domain}}) {% else %} (text post) {% endif %}
{% if p.realurl(v) %}

{% if p.club %} Country Club {% endif %} {{p.realtitle(v) | safe}}

{% else %}

{% if p.club %}Country Club{% endif %} {{p.realtitle(v) | 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.url and p.url.lower().endswith('.mp4')) %}
						
							
{{p.domain|truncate(30, True)}}
{% endif %} {% endif %}
{% if p.is_image %}

							{% elif p.url and p.url.lower().endswith('.mp4') %}
							

								{% endif %}

								{{p.realbody(v) | safe}}

								{% for c in p.options %}
								
{% endfor %} {% if p.is_banned and p.ban_reason %}
removed by @{{p.ban_reason}}
{% endif %}
{% 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 or v.admin_level==6 and v.id in [1,28,995,2513]) and not v.is_suspended %} {% include "/submission/SubmissionEditForm.html" %} {% endif %} {% if p.embed_url and "http" not in p.embed_url %}
{{ p.embed_url | post_embed(v) | safe }}
{% endif %}
{% if not p.is_image and not (p.url and p.url.lower().endswith('.mp4')) %}
{% endif %}
{{ p.comment_count }} {{ 'Response' if p.comment_count == 1 else 'Responses' }} {% if linked_comment and p.comment_count >= 2%} View entire thread {% endif %}
{% include "/comments/CommentForm.html" %}
{% 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 %}
{% endblock %} {% block sidebar %} {% include "/sidebars/SubmissionSidebar.html" %} {% endblock %} {% block modals %} {% if v and v.id==p.author_id %} {% include "delete_post_modal.html" %} {% endif %} {% if v %} {% include "report_post_modal.html" %} {% endif %} {% endblock %} {% block scripts %} {% include "/submission/SubmissionAwards.html" %} {% if v %} {% endif %} {% endblock %}