{% set turl = "/" ~ board ~ "/thread/" ~ p.thread_no %}
{% if p.media_url %}
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 %}
{% elif p.orig_filename %}
File: {{ p.orig_filename }} (not archived) {% if not preview and p.file_md5_hex %} {% endif %}
{% endif %}
{{ p.html }}