{% include 'manager_head_include.html' %}

Trash Bin

{% if not config.POST_BACKUP %}

Wakaba is not set to backup deletions/edits at this time.

{% endif %} {% if config.POST_BACKUP %}

Wakaba is currently set to purge all posts older than {{ config.POST_BACKUP_EXPIRE / 24 / 3600 }} day(s) old.


{% if not thread %}
{% if prevpage != 'none' %}
{% endif %} {% if prevpage == 'none' %}{{ strings.FIRSTPG }}{% endif %}
{% for page in pages %} {% if not page.current %}[{{ page.page }}]{% endif %} {% if page.current %}[{{ page.page }}]{% endif %} {% endfor %} {% if nextpage != 'none' %}
{% endif %} {% if nextpage == 'none' %}{{ strings.LASTPG }}{% endif %}
{% endif %} {% if thread %} [Return to Panel] {% endif %}


{% for currentthread in threads %} {% for post in currentthread.posts %} {% if not post.parent or standalone %} {% if post.image %} {{ strings.PICNAME }}{{ (post.image)|basename }} -({{ post.size }} B, {{ post.width }}x{{ post.height }}) {{ strings.THUMB }}
{% if post.thumbnail %} {{ post.size }} {% endif %} {% if not post.thumbnail %} {% if board.options.DELETED_THUMBNAIL %} {% endif %} {% if not (board.options.DELETED_THUMBNAIL) %}
{{ strings.NOTHUMB }}
{% endif %} {% endif %} {% endif %} No.{{ post.postnum }}   {% if standalone %}(Orphaned From Parent: {{ post.parent }} ){% endif %} {% if not thread %} [View] {% endif %}
{% 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=postbackups&board={{ board.name }}&page=t{{ post.postnum }}{% 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 and not standalone %}
>> No.{{ post.postnum }}   {% if post.image %}
{{ strings.PICNAME }}{{ (post.image)|basename }} -({{ post.size }} B, {{ post.width }}x{{ post.height }}) {{ strings.THUMB }}
{% if post.thumbnail %} {{ post.size }} {% endif %} {% if not post.thumbnail %} {% if board.options.DELETED_THUMBNAIL %} {% endif %} {% if not (board.options.DELETED_THUMBNAIL) %} {% endif %} {% endif %} {% endif %}
{% 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=postbackups&board={{ board.name }}&page=t{{ post.parent }}#{{ post.postnum }}{% endfilter %}
{% endif %} {% if post.lastedit %}

Last edited{% if post.admin_post %} by moderator{% endif %} {{ post.lastedit }}. (IP: {{ (post.lastedit_ip)|dec_to_dot }})

{% endif %}
{% endif %} {% endfor %}

{% endfor %}
{% if not thread %}
{% if prevpage != 'none' %}
{% endif %} {% if prevpage == 'none' %}{{ strings.FIRSTPG }}{% endif %}
{% for page in pages %} {% if not page.current %}[{{ page.page }}]{% endif %} {% if page.current %}[{{ page.page }}]{% endif %} {% endfor %} {% if nextpage != 'none' %}
{% endif %} {% if nextpage == 'none' %}{{ strings.LASTPG }}{% endif %}
{% endif %}
{% endif %} {% include 'normal_foot_include.html' %}