mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-25 16:00:22 +01:00
8 lines
307 B
HTML
8 lines
307 B
HTML
{% if config.poster_ids or (mod|hasPermission(config.mod.show_ip_less, board.uri)) %}
|
|
{% if post.thread %}
|
|
<span class="poster_id">{{ poster_id(post.ip, post.thread, board.uri) }}</span>
|
|
{% else %}
|
|
<span class="poster_id">{{ poster_id(post.ip, post.id, board.uri) }}</span>
|
|
{% endif %}
|
|
{% endif %}
|