Awards

{% if not p.awards %}

No awards gifted yet...

{% endif %}
    {% if p.awards %} {% for a in p.awards %}
  • {% endfor %} {% endif %}

Link


Share Post

Share this post on Reddit Share this post on Twitter

DramaMetricâ„¢

  • {{ p.views }} {{ 'view' if p.views == 1 else 'views' }} on this post

  • {{ ups + downs }} {{ 'vote' if ups + downs == 1 else 'votes' }} on this post

  • {% if p.awards|length > 1 %}
  • {{ p.awards|length }} {{ 'award' if p.awards.length == 1 else 'awards' }} gifted

  • {% endif %}
    {% if p.flair %}
  • {{p.flair | safe}}
  • {% endif %} {% if p.over_18 %}
  • +18
  • {% endif %} {% if p.club %}
  • Country Club
  • {% endif %} {% if p.stickied and p.stickied.startswith('t:') %}
  • Pinned
  • {% elif p.stickied %}
  • Pinned
  • {% endif %} {% if p.is_pinned %}
  • Pinned to profile
  • {% endif %} {% if p.private %}
  • Draft
  • {% endif %} {% if p.active_flags %}
  • {% endif %}
{% if v and v.admin_level > 1 %}

Manage Post

  • Attributes
    • Pin this thread to the top of the frontpage
    • Require Country Club membership to view this thread
    • Mark this thread as 18+
{% if v.id != p.author_id %}

Danger Zone

  • Post visibility
  • Manage author
{% endif %} {% endif %}