{% set cc='COUNTRY CLUB' %} {% if not v or v.highlightcomments %} {% endif %} {% if v and v.admin_level >= 2 %} {% endif %} {% include 'usernote.html' %} {% for p in listing %}
{% if p.should_hide_score %} {% set ups="" %} {% set downs="" %} {% set score="" %} {% else %} {% set ups=p.upvotes %} {% set downs=p.downvotes %} {% set score=p.score %} {% endif %} {% if v %} {% set voted= p.voted %} {% else %} {% set voted=-2 %} {% endif %} {% if v and p.filter_state == 'reported' and v.can_manage_reports() %}
Reports: Approve Approve and Ignore Remove

			
		
{% endif %}
{% if not postembed %}
{% if v and request.path.startswith('/@') and v.admin_level < 2 %} {% if voted==1 %}
{% endif %} {{score}} {% if voted==-1 %}
{% endif %} {% elif v %}
{{score}}
{% else %}
{{score}}
{% endif %}
{% endif %}
{% if not p.url %} post thumbnail {% elif p.is_image %} post thumbnail {% elif p.is_video %} post thumbnail {% elif p.is_youtube %} post thumbnail {% else %} post thumbnail {% endif %}
{% if v %} {% endif %}
{% if v and v.admin_level >= 2 %} {% include "component/post/actions_admin_mobile.html" %} {% endif %} {% if not p.club or v and (v.paid_dues or v.id == p.author_id) %} {% if p.realbody(v) %}
{{p.realbody(v) | 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_youtube %}
{{p.embed_url | safe}}
{% endif %} {% endif %}
{% else %} {% if 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 %}
{% if request.path.startswith('/search') and error %}

{{error}}

{% endif %}
{% endif %} {% endfor %} {% if v %} {% include "component/modal/delete_post.html" %} {% include "component/modal/report_post.html" %} {% if v.admin_level >= 2 %} {% include "component/modal/ban.html" %} {% endif %} {% endif %} {% include "component/modal/expanded_image.html" %}