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 %}
  • Pinned {% if p.stickied.startswith('t:') %}until {{p.stickied[2:]}}{% else %}by @{{p.stickied}}{%endif%}
  • {% endif %} {% if p.is_pinned %}
  • Pinned to profile
  • {% endif %} {% if p.private %}
  • Draft
  • {% endif %} {% if p.awards %} {% for a in p.awards %}
  • {% endfor %} {% endif %}