{% 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 adminpanel %} {% if v.admin_level >=3 %}
{% endif %} {% if v.admin_level >=3 and v.id==p.author_id %}
{% endif %} {% if v.admin_level >=1 and v.admin_level > p.author.admin_level %} {% if p.is_banned %}
{% else %}
{% endif %} {% endif %}

Score: +{{p.upvotes}}/-{{p.downvotes}}

{% endblock %} {% block content %}
{{p.plaintitle(v)}}
{% if v and v.admin_level >=3 and p.body_html %}
{{p.body_html | safe}}
{% endif %}
{% with comments=p.replies %} {% include "comments.html" %} {% endwith %}
{% endblock %} {% block mobileactions %} {% endblock %}