{% 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("wholesome") %} {% endif %} {% if p.award_count("wholesome") > 1 %} :#marseywholesome: {% endif %} {% if p.award_count("wholesome") > 2 %} :#marseywholesome: {% endif %} {% if p.award_count("wholesome") > 3 %} :#marseywholesome: {% endif %} {% if p.award_count("train") %} :#marseytrain: {% endif %} {% if p.award_count("train") > 1 %} :#marseytrain: {% endif %} {% if p.award_count("train") > 2 %} :#marseytrain: {% endif %} {% if p.award_count("train") > 3 %} :#marseytrain: {% 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') or p.url.lower().endswith('.webm') or p.url.lower().endswith('.mov')) %} {% 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') or p.url.lower().endswith('.webm') or p.url.lower().endswith('.mov')) %} {% endif %} {% if p.author %}{% endif %} {% if p.author.is_private %} {% endif %} {% endif %} {% endblock %} {% block pagetype %}thread{% endblock %} {% block actionsModal %} {% if v %} {% endif %} {% if v and v.admin_level > 1 %} {% endif %} {% 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.flags %}
  • {{f.user.username}}{% if f.reason %}: {{f.realreason(v) | safe}}{% endif %} {% if v and v.admin_level > 1 %}[remove]{% endif %}
  • {% endfor %}
{% endif %} {% if p.realurl(v) %}

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

{% else %}

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

{% endif %}
{% if p.realurl(v) %} {% if not p.embed_url and not p.is_image and not (p.url and (p.url.lower().endswith('.mp4') or p.url.lower().endswith('.webm') or p.url.lower().endswith('.mov'))) %}
{{p.domain|truncate(30, True)}}
{% endif %} {% endif %} {% if p.embed_url %} {% if p.domain == "twitter.com" %} {{p.embed_url | safe}} {% if v and v.theme.split("_")[0] in ["light", "coffee", "4chan"] %} {% else %} {% endif %} {% elif p.domain in ['youtu.be','youtube.com'] and p.embed_url and p.embed_url.startswith(' {% if p.is_image %}

							{% elif p.is_video %}
								

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

							{% for c in p.options %}
								
{% endfor %} {% for c in p.bet_options %}
200) or p.total_bet_voted(v) %}disabled{% endif %} type="radio" id="{{c.id}}" onchange="bet_vote('{{c.id}}')"> {% if v and v.admin_level > 2 %} {% endif %}
{% endfor %} {% if p.is_banned and p.ban_reason %}
removed by @{{p.ban_reason}}
{% endif %}
{% if p.author.sig_html and (p.author_id == MOOSE_ID 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 and "<" 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') or p.url.lower().endswith('.webm') or p.url.lower().endswith('.mov'))) %}
{% endif %}
  • {{p.comment_count}} {% if v and v.admin_level > 1 %} {% endif %}
  • Copy link {% if v %}
  • {% endif %}
  • {% if v %} {% else %} {% endif %} {{score}} {% if v %} {% else %} {% 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 %}
{% if offset %} {% endif %} {% 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 %} {% if v and (v.id == p.author_id or v.admin_level > 1 and v.admin_level > 2) %} {% endif %} {% if v %} {% endif %} {% if not v or v.highlightcomments %} {% endif %} {% if not p.comment_count %} {% include "comments.html" %} {% endif %} {% if p.award_count("shit") %} {% endif %} {% if p.award_count("fireflies") %} {% endif %} {% endblock %}