{% if post.sticky %}
{% if config.font_awesome %}
{% else %}
{% endif %}
{% endif %}
{% if post.locked %}
{% if config.font_awesome %}
{% else %}
{% endif %}
{% endif %}
{% if post.sage and (config.mod.view_bumplock < 0 or (mod and mod|hasPermission(config.mod.view_bumplock, board.uri))) %}
{% if config.font_awesome %}
{% else %}
{% endif %}
{% endif %}
{% if post.cycle %}
{% if config.font_awesome %}
{% else %}
{% endif %}
{% endif %}