{% 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)}} {% endblock %} {% block content %}
{{p.plaintitle(v)}}
{% if v and v.admin_level >= 2 and p.body_html %}
{{p.realbody(v) | safe}}
{% endif %}
{% include "volunteer_teaser.html" %}
{% with comments=p.replies %} {% include "comments.html" %} {% endwith %}
{% endblock %} {% block mobileactions %} {% endblock %}