{% if post.image %}
{{ strings.PICNAME }}{{ (post.image)|basename }}
-({{ post.size }} B, {{ post.width }}x{{ post.height }})
{{ strings.THUMB }}
{% if post.thumbnail %}
|expand_url }})
{% endif %}
{% if not post.thumbnail %}
{% if board.options.DELETED_THUMBNAIL %}
|expand_url }})
{% endif %}
{% if not (board.options.DELETED_THUMBNAIL) %}
{% endif %}
{% endif %}
{% endif %}
{% if not thread %}No.{{ post.num }}{% endif %}
{% if thread %}No.{{ post.num }}{% endif %}
[Delete
&
{{ strings.MPBAN }}]
[
Edit]
[
Original]
{% if not thread %}
[
{{ strings.REPLY }}]
{% endif %}
Thread Options: [{% if not post.stickied %}Sticky{% endif %}{% if post.stickied %}Unsticky{% endif %}] [{% if post.locked != 'yes' %}Lock{% endif %}{% if post.locked == 'yes' %}Unlock{% endif %}] [Ban Thread] [Move]
{% if omit %}{{ post.comment|redirect_reply_links(min_res) }}{% else %}{{ post.comment }}{% endif %}
{% if post.abbrev %}{% filter reverse_format(strings.ABBRTEXT) %}{{ get_script_name() }}?task=mpanel&board={{ board.name }}&page=t{{ post.num }}{% endfilter %}
{% endif %}
{% if post.lastedit %}{{ strings.LASTEDITED }}{% if post.admin_post %} {{ strings.BYMOD }}{% endif %} {{ post.lastedit }}. (IP: {{ (post.lastedit_ip)|dec_to_dot }})
{% endif %}
{% if currentthread.omit %}
{% if currentthread.omitimages %}{{ (strings.ABBRIMG)|format(currentthread.omit, currentthread.omitimages) }}{% endif %}
{% if not currentthread.omitimages %}{{ (strings.ABBR)|format(currentthread.omit) }}{% endif %}
{% endif %}
{% endif %}
{% if post.parent %}
{% endif %}
{% endfor %}