{% if post.mod and post.mod|hasPermission(config.mod.show_ip, board.uri) %}
[{{ post.ip|cloak_ip }}]
{% if post.files and post.files|length > 0 %}
{% set file = post.files[0] %}
{% if file.extension in config.allowed_ext_files %}
[{{ post.filehash }}]
{% else %}
[{{ post.phash }}]
{% endif %}
{% else %}
[{{ post.phash }}]
{% endif %}
{% if post.vpn == 1 %}
[{{ post.vpn_provider|default('VPN') }}]
{% endif %}
{% if post.ip|approvedIP == true and config.panic.enabled and config.panic.post_approval %}
(✓)
{% endif %}
{% endif %}