{% 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 %} {% endif %} {% 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 subHeader %}

Thread

{% endblock %} {% block content %}
{% if (p.is_banned and p.ban_reason) or (p.bannedfor and p.author.banned_by) %}
{% if p.is_banned and p.ban_reason %}
Removed by @{{p.ban_reason}}
{% endif %} {% if p.bannedfor and p.author.banned_by %}
Author was banned for this post by @{{p.author.banned_by.username}}
{% endif %}
{% endif %} {% if p.awards or p.over_18 or p.stickied or p.is_pinned or p.private or p.flair or p.club %}
{% 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 %}
{% if v %}
{% include "/comments/CommentForm.html" %}
{% endif %} {% if not v and not p.is_banned %} {% 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 offset %} {% endif %}
{% endblock %} {% block sidebar %} {% include "/sidebars/SubmissionSidebar.html" %} {% endblock %} {% block modals %} {% if v %} {% if v.id == p.author_id %} {% include "delete_post_modal.html" %} {% endif %} {% include "report_post_modal.html" %} {% include "award_modal.html" %} {% include "emoji_modal.html" %} {% include "gif_modal.html" %} {% if v.admin_level == 6 %} {% include "ban_modal.html" %} {% endif %} {% endif %} {% include "/modals/ModalSubmissionActions.html" %} {% include "expanded_image_modal.html" %} {% endblock %} {% block scripts %} {% include "/submission/SubmissionAwards.html" %} {% if v %} {% if not p.comment_count %} {% endif %} {% endif %} {% endblock %}