{% for p in listing %} {% set ups=p.upvotes %} {% set downs=p.downvotes %} {% set score=ups-downs %} {% if v %} {% set voted= p.voted %} {% else %} {% set voted=-2 %} {% endif %}
Your {% if "saved" in request.full_path %}saved posts{% else %}posting history{% endif %} will show here.
{% if "saved" not in request.full_path %}Create a post{% endif %}Their posting history will show here.
But the magic gnomes tell us there will be (eventually).