{% extends "default.html" %} {%- import 'component/sorting_time.html' as sorting_time -%} {% if p.should_hide_score %} {% set ups="" %} {% set downs="" %} {% set score="" %} {% else %} {% set ups=p.upvotes %} {% set downs=p.downvotes %} {% set score=p.score %} {% endif %} {% if v %} {% set voted=p.voted if p.voted else 0 %} {% else %} {% set voted=-2 %} {% endif %} {% block title %} {% if success %} {% endif %} {% if comment_info and comment_info.state_mod == StateMod.VISIBLE and not comment_info.state_user_deleted_utc %} {{'@'+comment_info.author_name}} comments on "{{p.plaintitle(v)}} - {{SITE_TITLE}}" {% if comment_info.edited_utc %}{% endif %} {% if p.is_video %} {% endif %} {% else %} {{p.plaintitle(v)}} - {{SITE_TITLE}} {% if p.author %}{% endif %} {% if p.edited_utc %}{% endif %} {% if p.author %}{% endif %} {% if p.url and p.is_video %} {% endif %} {% if p.author %}{% endif %} {% endif %} {% endblock %} {% block pagetype %}thread{% endblock %} {% block actionsModal %} {% if v %} {% endif %} {% if v and v.admin_level >= 2 %} {% include "component/post/actions_admin_mobile.html" %} {% endif %} {% endblock %} {% block content %}
{% if v and p.state_report == StateReport.REPORTED and v.can_manage_reports() %}
Reports: Approve Approve and Ignore Remove

						
    {% for f in p.flags(v) %}
  • {{f.user.username}}{% if f.reason %}: {{f.realreason(v) | safe}}{% endif %}
  • {% endfor %}
{% endif %} {% if p.realurl(v) %}

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

{% else %}

{% 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.is_video %}
{{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}}

							{% if p.state_mod == StateMod.REMOVED and p.state_mod_set_by %}
								
removed by @{{p.state_mod_set_by}}
{% endif %}
{% if v and v.can_edit(p) %} {% 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.is_video %}
{% endif %}
  • {{p.comment_count}} {% if v and v.admin_level >= 2 %} {% endif %}
  • {% if v %}
  • {% endif %}
  • {% if v %} {% else %} {% endif %} {{score}} {% if v %} {% else %} {% endif %}
{% if v and v.id != p.author_id and p.body %} {% endif %} {%- block comment_section -%}
{{sorting_time.sort_dropdown(sort, none, SORTS_COMMENTS)}}
{% if v %}
{{forms.formkey(v)}}
     
Comment

Comment preview

{% else %}
Jump in the discussion.

No email address required.

Sign up Sign in
{% endif %} {% include "volunteer_teaser.html" %} {% if p.replies %}
{% with comments=p.replies %} {% include "comments.html" %} {% endwith %}
{% if offset %} {% endif %} {% elif not p.replies and p.state_user_deleted_utc is none %}

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 -%} {% if v and v.id==p.author_id %} {% include "component/modal/delete_post.html" %} {% endif %} {% if v %} {% include "component/modal/report_post.html" %} {% endif %} {% if v and (v.id == p.author_id or v.admin_level >= 2 and v.admin_level >= 3) %} {% endif %} {% if not v or v.highlightcomments %} {% endif %} {%- block comment_section2 -%} {# why is this here -- looks like to get the JS scripts from comments.html if a post has no replies. #} {% if not p.replies %} {% include "comments.html" %} {% endif %} {%- endblock -%} {% endblock %}