<a><iclass="fas fa-campfire text-danger"data-bs-toggle="tooltip"data-bs-placement="bottom"title="User has been exiled from {% if not HOLE_STYLE_FLAIR %}/h/{% endif %}{{p.sub}}"></i></a>
{% endif %}
{% if p.bannedfor %}
<iclass="fas fa-hammer-crash text-danger"data-bs-toggle="tooltip"data-bs-placement="bottom"title="User was banned for this post {{p.bannedfor}}"></i>
{% endif %}
{% if p.chuddedfor %}
<iclass="fas fa-face-sleeping text-danger"data-bs-toggle="tooltip"data-bs-placement="bottom"title="User was chudded for this post {{p.chuddedfor}}"></i>
{% endif %}
{% for a in p.awards %}
<iclass="{{a.class_list}} px-1"data-bs-toggle="tooltip"data-bs-placement="bottom"title="{{a.title}} Award given by @{{a.user.username}}"></i>
{% endfor %}
{% if v and v.admin_level >= PERMS['USER_SHADOWBAN'] and p.author.shadowbanned %}
<iclass="fas fa-user-times text-admin"data-bs-toggle="tooltip"data-bs-placement="bottom"title='Shadowbanned by @{{p.author.shadowbanned}} for "{{p.author.ban_reason}}"'></i>
{% endif %}
{% if p.stickied %}
<iid='pinned-{{p.id}}'class="fas fa-thumbtack fa-rotate--45 pl-1 text-admin"data-bs-toggle="tooltip"data-bs-placement="bottom"title="Pinned by @{{p.stickied}}"{%ifp.stickied_utc%}onmouseover="pinned_timestamp('pinned-{{p.id}}')"data-timestamp={{p.stickied_utc}}{%endif%}></i>
{% endif %}
{% if p.hole_pinned %}
<iid='hole-pinned-{{p.id}}'class="fas fa-thumbtack fa-rotate--45 pl-1 text-blue"data-bs-toggle="tooltip"data-bs-placement="bottom"title="Pinned to /h/{{p.sub}} by @{{p.hole_pinned}}"></i>
{% if p.is_pinned and request.path != '/' %}<iclass="fas fa-thumbtack fa-rotate--45 pl-1 text-admin"data-bs-toggle="tooltip"data-bs-placement="bottom"title="Pinned to profile"></i>{% endif %}
{% if p.over_18 %}<spanclass="badge badge-danger text-small-extra mr-1">+18</span>{% endif %}
{% if p.is_bot %} <iclass="fas fa-robot text-info"data-bs-toggle="tooltip"data-bs-placement="bottom"title="Bot"></i>{% endif %}
{% if p.is_blocking and not p.ghost %}<iclass="fas fa-user-minus text-warning"data-bs-toggle="tooltip"data-bs-placement="bottom"title="You're blocking this user, but you can see this post because you're an admin."></i>{% endif %}
{% if p.is_blocked %}<iclass="fas fa-user-minus text-danger"data-bs-toggle="tooltip"data-bs-placement="bottom"title="This user is blocking you."></i>{% endif %}
{% if p.private %}<spanclass="badge border-warning border-1 text-small-extra">Draft</span>{% endif %}