{% for p in listing %} {% set ups=p.upvotes_fuzzed %} {% set downs=p.downvotes_fuzzed %} {% set score=ups-downs %} {% if v %} {% set voted= p.voted %} {% else %} {% set voted=-2 %} {% endif %}
{% if not postembed %}
{% if v and request.path.startswith('/@') and not v.admin_level %} {% if voted==1 %}
{% endif %} {{score}} {% if voted==-1 %}
{% endif %} {% elif v %}
{{score}}
{% else %}
{{score}}
{% endif %}
{% endif %}
{% if not p.url %} {% elif p.is_image %} {% elif p.is_video or (p.embed_url and "youtu" in p.domain) or (p.url and "streamable.com/e/" in p.url) %} {% else %} {% endif %}
{{p.realtitle(v) | safe}}
{% if p.thumb_url %}
post image
{% endif %}
{% if p.active_flags %}
Reported by:

		
	
{% endif %} {% if p.realbody(v) %}
{{p.realbody(v) | safe}}
{% endif %} {% if p.is_image and not p.over_18 and (not v or v.cardview) %}
Unable to load image
{% endif %} {% if p.is_video %}
{% elif p.embed_url and "youtu" in p.domain %}
{% elif p.url and "streamable.com/e/" in p.url %}
{% endif %} {% else %} {% if request.path.endswith('/admin/queue') %}
This queue is empty. (That's a good thing.)
{% elif u %} {% if v and v.id == u.id %}

You haven't {% if "saved" in request.full_path %}saved{% else %}made{% endif %} a post yet

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 %}
{% else %}

@{{u.username}} hasn't made a post yet

Their posting history will show here.

				
			
{% endif %} {% else %}

There are no posts here.

But the magic gnomes tell us there will be (eventually).

{% endif %} {% endfor %} {% include "delete_post_modal.html" %}