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

Notice

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

{% trans "Create new thread" %}

{% 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 %}