{% include 'mini_head_include.html' %} {% for post in loop %}

Now Editing Post No.{{ post.num }}

{% if admin %}
{{ strings.NOTAGS }}
{% endif %}
{% if not admin and board.options.ENABLE_OEKAKI %}

{{ strings.OEKPAINT }} {{ strings.OEKX }} {{ strings.OEKY }}
{% endif %}
{% if admin %} {% endif %} {% if post.parent %}{% endif %} {% if board.options.FORCED_ANON %}{% endif %} {% if board.options.SPAM_TRAP %}
{{ strings.SPAMTRAP }}
{% endif %} {% if not (board.options.FORCED_ANON) %}{% endif %} {% if board.options.ALLOW_IMAGE_REPLIES or not post.parent %} {% endif %} {% if board.options.ENABLE_CAPTCHA %} {% endif %} {% if admin %} {% endif %}
{{ strings.NAME }}{% if post.trip %} {{ post.trip }}
(Enter new tripcode above to change.)
[]{% endif %}
{{ strings.EMAIL }}
{{ strings.SUBJECT }}
{{ strings.COMMENT }}
{{ strings.NEWFILE }}
(Keep this field blank to leave the file unchanged.)
{{ strings.CAPTCHA }}
Admin options
{% endfor %} {% include 'mini_foot_include.html' %}