{% extends "layout/navigation.html" %} {% block "html/head" %} {% endblock %} {% block "title" %}{% trans "New Post" %}{% endblock %} {% block "trace" %} » {% for item in pathbar %} {{ item.name|e }} » {% endfor %} {% trans "New Post" %} {% endblock %} {% block "bodytag" %} onload="initEditor('text', 'toolbar', 'preview', 'prev_text', editor_options); start_check({{ post_id }})"{% endblock %} {* {% block "bodytag" %} onload="create_editor('text', 'toolbar', editor_options);"{% endblock %} *} {% block "content" %} {% if CFG.messages.newpostnotice %}

Notice

{{ CFG.messages.newpostnotice|e }}
{% endif %}

{% if mode equals 'reply' %}{% trans "Reply to Post" %}{% endif %} {% if mode equals 'edit' %}{% trans "Edit Post" %}{% endif %}

{% if show_username_entry %} {% trans "Username" %}: {{ form.username.html }} {{ form.username.errors }}
{% endif %} {% trans "Title" %}: {{ form.title.html }} {{ form.title.errors }}

{% trans "Text" %}:
{{ form.text.errors }}
{{ tabbox.html }}
{% endblock %}