{%- import 'util/helpers.html' as help -%} {% if v %} {% include "award_modal.html" %} {% endif %} {% if SITE == 'pcmemes.net' %} {% set cc='SPLASH MOUNTAIN' %} {% else %} {% set cc='COUNTRY CLUB' %} {% endif %} {% if not v or v.highlightcomments %} {% endif %} {% include "popover.html" %} {% for p in listing if p.can_see(v) %} {% set ups=p.upvotes %} {% set downs=p.downvotes %} {% set score=ups-downs %} {% if v %} {% set voted= p.voted %} {% else %} {% set voted=-2 %} {% endif %} {% set v_forbid_deleted = (p.deleted_utc != 0 or p.is_banned) and not (v and v.admin_level >= 2) and not (v and v.id == p.author_id) %} {% if p.active_flags(v) %}
Reported by:

		
	
{% endif %}
{% if not postembed %}
{% if v and request.path.startswith('/@') and v.admin_level < 2 %}
{{score}}
{% elif v %}
{{score}}
{% else %}
{{score}}
{% endif %}
{% endif %}
{% if not v_forbid_deleted %}
{% if p.club and not (v and (v.paid_dues or v.id == p.author_id)) %} post thumnail {% elif not p.url %} post thumnail {% elif p.is_image %} post thumnail {% elif p.is_video or p.is_audio %} post thumnail {% elif p.is_youtube %} post thumnail {% else %} post thumnail {% endif %}
{% endif %}
{% if p.club %}{{CC}}{% endif %} {% if p.flair %}{{p.flair | safe}}{% endif %} {{p.realtitle(v) | safe}}
  • {{p.comment_count}} {% if v and v.admin_level > 1 %} {% endif %}
  • {% if p.realbody(v, True) %} {% endif %} {% if v %}
  • {% endif %} {% if not postembed %} {% if v and request.path.startswith('/@') and v.admin_level < 2 %}
  • {{score}}
  • {% elif v %}
  • {{score}}
  • {% else %}
  • {{score}}
  • {% endif %} {% endif %}
{% if v %} {% endif %} {% if v and v.admin_level > 1 %} {% include "post_admin_actions_mobile.html" %} {% endif %} {% if (not p.club or v and (v.paid_dues or v.id == p.author_id)) and not v_forbid_deleted %} {% if p.realbody(v, True) %}
{{p.realbody(v, True) | safe}}
{% endif %} {% if p.is_image and not p.over_18 and ((v and v.cardview) or (not v and CARD_VIEW)) %}
Unable to load image
{% elif p.is_video %}
{% elif p.is_audio %}
{% elif p.is_youtube %}
{{p.embed_url | safe}}
{% 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.path %}saved{% elif "/subscribed/" in request.path %}subscribed to{% else %}made{% endif %} a post yet

Your {% if "/saved/" in request.path %}saved posts{% elif "/subscribed/" in request.path %}subscribed posts{% else %}posting history{% endif %} will show here.

{% if "/saved/" not in request.path and "/subscribed/" not in request.path %}Create a post{% endif %}
{% else %}

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

Their posting history will show here.

			
{% endif %} {% elif request.path != '/notifications/posts' %}
{% if request.path.startswith('/search') and error %}

{{error}}

{% endif %}
{% 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" %}