{% if v %} {% include "award_modal.html" %} {% 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 request.host == 'pcmemes.net' %} {% set cc='SPLASH MOUNTAIN' %} {% else %} {% set cc='COUNTRY CLUB' %} {% endif %} {% if p.active_flags %} {% endif %}
  • {{ p.author.username }} avatar
    {% if v and v.admin_level==6 and p.author.shadowbanned %} {% endif %} {% if p.stickied %} {% endif %} {% if p.distinguish_level %} {% endif %} {% if p.is_pinned and request.path.startswith('/@') %} {% endif %} {% if p.over_18 %} +18 {% endif %} {% if p.is_bot %} {% endif %} {% if p.is_blocking %} {% endif %} {% if p.is_blocked %} {% endif %} {% if p.author.verified %} {% endif %} {% if not p.award_count('ghosts') %} {% if p.author.customtitle %} {% if p.author.quadrant %} {% endif %} {{p.author.customtitle | safe}} {% endif %} {% endif %} {{p.age_string}} {% if p.edited_utc %} Edited {{p.edited_string}} {% endif %} {% if p.realurl(v) %} ({{p.domain}}) {% else %} (text post) {% endif %} {% if p.private %} Draft {% endif %} {% if p.active_flags %} {% endif %} {% if p.bannedfor and p.author.banned_by %} {% endif %} {% if p.awards %} {% for a in p.awards %} {% endfor %} {% endif %}
    {% if p.club %} Country Club {% endif %} {% if p.flair %} {{p.flair | safe}} {% endif %} {{p.realtitle(v) | safe}}
    {% if p.realbody(v) %}
    {{p.realbody(v) | safe}}
    {% 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 %}
    {% include "/submission/SubmissionActionsMobile.html" %}
    {% include "/modals/ModalSubmissionListingActions.html" %} {% if p.is_image and not p.over_18 and ((v and v.cardview) or (not v and environ.get('CARD_VIEW') == '1')) %}
    Post preview
    {% endif %} {% if not p.club or v and (v.paid_dues or v.id == p.author_id) %} {% if p.url and p.url.lower().endswith('.mp4') %}
    {% elif p.embed_url and "youtu" in p.domain %}
    {% if 'lite' in p.embed_url %} {{p.embed_url | safe}} {% else %} {% endif %}
    {% 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 %}

    No posts here -_-

    Looks like there is no content atm.

    {% endif %} {% endfor %} {% if v %} {% include "delete_post_modal.html" %} {% include "report_post_modal.html" %} {% if v.admin_level == 6 %} {% include "ban_modal.html" %} {% endif %} {% endif %} {% include "expanded_image_modal.html" %} {% block popovers %} {% for p in listing %} {% endfor %} {% endblock %}