File:
{{ p.orig_filename or "file" }}
{% if p.fsize %}({% if p.fsize >= 1048576 %}{{ (p.fsize/1048576)|round(2) }} MB{% else %}{{ (p.fsize/1024)|round(0)|int }} KB{% endif %}{% if p.width %}, {{ p.width }}x{{ p.height }}{% endif %}){% endif %}
{% if not preview and p.file_md5_hex %}
{% endif %}
{% if p.thumb_url %}
{% endif %}
{% if p.subject %}{% if link_thread %}{{ p.subject }}{% else %}{{ p.subject }}{% endif %} {% endif %}
{{ p.name or "Anonymous" }}{% if p.trip %} {{ p.trip }}{% endif %}
{% if p.capcode %} ## {{ p.capcode }}{% endif %}
{% if p.country %} {{ p.country }}{% endif %}
{{ p.post_time }}
No.{{ p.post_no }}{% if preview %} ↗{% endif %}
{% if p.is_op and not preview %}
{% if p.purge_hint %}
{{ p.purge_hint }}{% endif %}
{% endif %}
{% if not preview %}
{% endif %}
{% if p.deleted %}
[deleted]{% endif %}
{% if p.backlinks %}
Replied by: {% for n in p.backlinks %}
>>{{ n }} {% endfor %}
{% endif %}