{% if config.poster_ids or (mod|hasPermission(config.mod.show_ip_less, board.uri)) %}
{% if post.ip == '127.0.0.2' %}
000000
{% elseif post.thread %}
{{ poster_id(post.ip, post.thread, board.uri) }}
{% else %}
{{ poster_id(post.ip, post.id, board.uri) }}
{% endif %}
{% endif %}