{% if c.ghost %}
👻
{% else %}
{% if c.author.verified %}
{% endif %}
{% if not should_hide_username %}
{{c.author_name}}
{% endif %}
{% if v and v.admin_level >= 2 %}
U
{% endif %}
{% if c.author.customtitle and not should_hide_username -%}
{{c.author.customtitle | safe}}
{%- endif %}
{% endif %}
{% if FEATURES['AWARDS'] %}
{% for a in c.awards|reverse %}
{% endfor %}
{% endif %}
{% if c.bannedfor %}
{% endif %}
{% if v and c.state_report == StateReport.REPORTED and v.can_manage_reports() %}
{{c.active_flags(v)}} Reports
{% if c.volunteer_janitor_is_unknown() %}
Unknown
{% elif c.volunteer_janitor_is_notbad() %}
Not-Bad (confidence {{c.volunteer_janitor_confidence()}})
{% elif c.volunteer_janitor_is_bad() %}
Bad (confidence {{c.volunteer_janitor_confidence()}})
{% endif %}
{% endif %}
{% if c.over_18 %}+18{% endif %}
{% if v and v.admin_level >= 2 and c.author.shadowbanned %}{% endif %}
{% if c.is_pinned %}
{% endif %}
{% if c.distinguish_level and not c.ghost %}{% endif %}
{% if c.is_op %}{% endif %}
{% if c.is_bot %}{% endif %}
{% if c.is_blocking %}{% endif %}
{% if c.is_blocked %}{% endif %}
{% if c.parent_comment_id and not standalone and level != 1 %}{{c.parent_comment.author_name}}{% endif %}
{% if c.notif_utc %}
{{c.age_string}}
{% elif c.created_utc %}
{{c.age_string}}
{% endif %}
{% if c.edited_utc %}
·Edited {{c.edited_string}}
{% endif %}