{% extends "default.html" %} {% block pagetitle %} {%- if comment_info -%} @{{comment_info.author_name}} comments on '{{p.plaintitle(v)}}' {%- else -%} {{p.plaintitle(v)}} {%- endif -%} {% endblock %} {% block pagetype %}thread{% endblock %} {% block head_final %} {% include "awards.html" %} {% endblock %} {% 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 %} {% set v_forbid_deleted = (p.deleted_utc != 0) and not (v and v.admin_level >= PERMS['POST_COMMENT_MODERATION']) and not (v and v.id == p.author_id) %} {% block actionsModal %} {% if v %}
{% endif %} {% if v and v.admin_level >= PERMS['POST_COMMENT_MODERATION_TOOLS_VISIBLE'] %} {% include "post_admin_actions_mobile.html" %} {% endif %} {% endblock %} {% block content %}[Deleted by author.]
This comment section is a ghost town...
{% else %}This comment section is a ghost town. Sign in
{% endif %}