{{ post.time | ago }} ago
|
{{ config.board_abbreviation|sprintf(post.board) }}
|
{% if post.thread %}
{% set thread = post.thread %}
{% else %}
{% set thread = post.id %}
{% endif %}
{{ post.id }}
|
{% if post.thread %}
{{ post.thread }}
{% else %}
(OP)
{% endif %}
|
{% if mod|hasPermission(config.mod.show_ip, post.board) %}
{{ post.ip }}
{% else %}
hidden
{% endif %}
|
{% if post.email|length > 0 %}
{# start email #}
{% endif %}
{% set capcode = post.capcode|capcode %}
{{ post.name }}
{% if post.trip|length > 0 %}
{{ post.trip }}
{% endif %}
{% if post.email|length > 0 %}
{# end email #}
{% endif %}
{% if capcode %}
{{ capcode.cap }}
{% endif %}
|
{% if post.subject %}
{{ post.subject }}
{% else %}
–
{% endif %}
|
{% if post.file %}
{{ post.file }} ({{ post.filesize | filesize }})
{% else %}
–
{% endif %}
|
{{ post.snippet }}
|
{% endfor %}