{% 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 p.award_count("train") %} {% endif %} {% if p.award_count("train") > 1 %} {% endif %} {% if p.award_count("train") > 2 %} {% endif %} {% if p.award_count("train") > 3 %} {% endif %} {% if v and (v.id == p.author_id or v.admin_level > 1 and v.admin_level > 2) %} {% endif %} {% if not p.comment_count %} {% if v %} {% include "award_modal.html" %} {% include "emoji_modal.html" %} {% include "gif_modal.html" %} {% if v.admin_level > 1 %} {% 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 %} {% endblock %} {% block content %} {% if request.host == 'pcmemes.net' %} {% set cc='SPLASH MOUNTAIN' %} {% else %} {% set cc='COUNTRY CLUB' %} {% 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 %}
  • {{f.user.username}}{% if f.reason %}: {{f.reason | safe}}{% endif %} {% if v and v.admin_level > 1 %}[remove]{% endif %}
  • {% endfor %}
{% endif %} {% if p.realurl(v) %}

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

{% else %}

{% if p.club %}{{cc}}{% 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 p.author.sig_html and (p.author_id == 1904 or not (v and v.sigs_disabled)) %}
{{p.author.sig_html | safe}} {% endif %}
{% if v and (v.id==p.author_id or v.admin_level > 2) 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.url and p.url.lower().endswith('.mp4')) %}
{% 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 %} {% if v %} {% include "report_post_modal.html" %} {% endif %} {% endblock %}