{% extends "submission.html" %} {% set score=p.score %} {% if v %} {% set voted=p.voted %} {% set adjust=voted %} {% else %} {% set voted=-2 %} {% set adjust=0 %} {% endif %} {% block title %} {{p.plaintitle(v)}} {% if p.is_banned %} {% else %} {% endif %} {% endblock %} {% block content %}
{{p.plaintitle(v)}}
{% if v and v.admin_level > 1 and p.body_html %}
{{p.body_html | safe}}
{% endif %}
{% with comments=p.replies %} {% include "comments.html" %} {% endwith %}
{% if offset %} {% endif %} {% endblock %} {% block mobileactions %} {% endblock %}