{% if v %} {% include "award_modal.html" %} {% endif %} {% if request.host == 'pcmemes.net' %} {% set cc='SPLASH MOUNTAIN' %} {% else %} {% set cc='COUNTRY CLUB' %} {% endif %} {% 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 %} {% if p.active_flags %}
Reported by:

		
	
{% 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 p.club and not (v and v.paid_dues) %} {% elif not p.url %} {% elif p.is_image %} {% elif (p.url and p.url.lower().endswith('.mp4')) or (p.embed_url and "youtu" in p.domain) or (p.url and "streamable.com/e/" in p.url) %} {% else %} {% endif %}
{% if p.club %}{{cc}}{% endif %} {{p.realtitle(v) | safe}}
{% if not p.club or v and v.paid_dues %} {% if p.realbody(v) %}
{{p.realbody(v) | safe}} {% if p.author.sig_html and (p.author_id == 1904 or not (v and v.sigs_disabled)) %}
{{p.author.sig_html | safe}} {% endif %}
{% endif %} {% if p.is_image and not p.over_18 and ((v and v.cardview) or (not v and environ.get('CARD_VIEW') == '1')) %}
Unable to load image
{% endif %} {% if p.url and p.url.lower().endswith('.mp4') %}
{% elif p.embed_url and "youtu" in p.domain %}
{% elif p.url and "streamable.com/e/" in p.url %}
{% endif %} {% 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 %} {% if v %} {% include "delete_post_modal.html" %} {% include "report_post_modal.html" %} {% if v.admin_level > 1 %} {% include "ban_modal.html" %} {% endif %} {% endif %} {% include "expanded_image_modal.html" %}